/*
 Navicat Premium Dump SQL

 Source Server         : MySQL Local
 Source Server Type    : MySQL
 Source Server Version : 80403 (8.4.3)
 Source Host           : localhost:3306
 Source Schema         : digicrm

 Target Server Type    : MySQL
 Target Server Version : 80403 (8.4.3)
 File Encoding         : 65001

 Date: 25/03/2025 10:45:05
*/

SET NAMES utf8mb4;
SET FOREIGN_KEY_CHECKS = 0;

-- ----------------------------
-- Table structure for complain_categories
-- ----------------------------
DROP TABLE IF EXISTS `complain_categories`;
CREATE TABLE `complain_categories` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `description` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `notes` text COLLATE utf8mb4_unicode_ci,
  `is_active` tinyint(1) NOT NULL DEFAULT '0',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `created_by` int DEFAULT NULL,
  `updated_by` int DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- ----------------------------
-- Records of complain_categories
-- ----------------------------
BEGIN;
INSERT INTO `complain_categories` (`id`, `name`, `description`, `notes`, `is_active`, `created_at`, `updated_at`, `created_by`, `updated_by`) VALUES (1, 'Proses Administrasi', '-', NULL, 1, '2025-03-16 20:05:48', NULL, 1, NULL);
INSERT INTO `complain_categories` (`id`, `name`, `description`, `notes`, `is_active`, `created_at`, `updated_at`, `created_by`, `updated_by`) VALUES (2, 'Pelayanan Medis', '-', NULL, 1, '2025-03-16 20:06:07', NULL, 1, NULL);
INSERT INTO `complain_categories` (`id`, `name`, `description`, `notes`, `is_active`, `created_at`, `updated_at`, `created_by`, `updated_by`) VALUES (3, 'Kebersihan dan Fasilitas', '-', NULL, 1, '2025-03-16 20:06:24', NULL, 1, NULL);
INSERT INTO `complain_categories` (`id`, `name`, `description`, `notes`, `is_active`, `created_at`, `updated_at`, `created_by`, `updated_by`) VALUES (4, 'Waktu Tunggu', '-', NULL, 1, '2025-03-16 20:06:43', NULL, 1, NULL);
INSERT INTO `complain_categories` (`id`, `name`, `description`, `notes`, `is_active`, `created_at`, `updated_at`, `created_by`, `updated_by`) VALUES (5, 'Keamanan', '-', NULL, 1, '2025-03-16 20:06:55', NULL, 1, NULL);
INSERT INTO `complain_categories` (`id`, `name`, `description`, `notes`, `is_active`, `created_at`, `updated_at`, `created_by`, `updated_by`) VALUES (6, 'Kualitas Layanan Informasi', '-', NULL, 1, '2025-03-16 20:07:09', NULL, 1, NULL);
INSERT INTO `complain_categories` (`id`, `name`, `description`, `notes`, `is_active`, `created_at`, `updated_at`, `created_by`, `updated_by`) VALUES (7, 'Fasilitas Parkir', '-', NULL, 1, '2025-03-16 20:07:22', NULL, 1, NULL);
COMMIT;

-- ----------------------------
-- Table structure for complain_logs
-- ----------------------------
DROP TABLE IF EXISTS `complain_logs`;
CREATE TABLE `complain_logs` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `complain_id` int NOT NULL,
  `datetime` datetime NOT NULL,
  `user_id` int DEFAULT NULL,
  `status` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `notes` text COLLATE utf8mb4_unicode_ci,
  `is_active` tinyint(1) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `created_by` int DEFAULT NULL,
  `updated_by` int DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- ----------------------------
-- Records of complain_logs
-- ----------------------------
BEGIN;
INSERT INTO `complain_logs` (`id`, `complain_id`, `datetime`, `user_id`, `status`, `notes`, `is_active`, `created_at`, `updated_at`, `created_by`, `updated_by`) VALUES (1, 1, '2025-03-10 10:13:04', 1, 'Menunggu konfirmasi', NULL, NULL, NULL, NULL, NULL, NULL);
INSERT INTO `complain_logs` (`id`, `complain_id`, `datetime`, `user_id`, `status`, `notes`, `is_active`, `created_at`, `updated_at`, `created_by`, `updated_by`) VALUES (2, 1, '2025-03-10 10:13:29', 1, 'Komplain diterima', '', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `complain_logs` (`id`, `complain_id`, `datetime`, `user_id`, `status`, `notes`, `is_active`, `created_at`, `updated_at`, `created_by`, `updated_by`) VALUES (3, 1, '2025-03-12 10:15:17', 2, 'Diarahkan ke bidang yg berwenang', 'Ke divisi kebersihan', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `complain_logs` (`id`, `complain_id`, `datetime`, `user_id`, `status`, `notes`, `is_active`, `created_at`, `updated_at`, `created_by`, `updated_by`) VALUES (4, 1, '2025-03-13 10:15:55', 2, 'Dalam proses ', 'Mengarahkan petugas untuk membersihkan', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `complain_logs` (`id`, `complain_id`, `datetime`, `user_id`, `status`, `notes`, `is_active`, `created_at`, `updated_at`, `created_by`, `updated_by`) VALUES (5, 1, '2025-03-14 12:00:10', 2, 'Komplain selesai', NULL, NULL, NULL, NULL, NULL, NULL);
INSERT INTO `complain_logs` (`id`, `complain_id`, `datetime`, `user_id`, `status`, `notes`, `is_active`, `created_at`, `updated_at`, `created_by`, `updated_by`) VALUES (6, 36, '2025-03-24 16:19:41', NULL, 'Menunggu konfirmasi', NULL, NULL, '2025-03-24 16:19:41', '2025-03-24 16:19:41', NULL, NULL);
INSERT INTO `complain_logs` (`id`, `complain_id`, `datetime`, `user_id`, `status`, `notes`, `is_active`, `created_at`, `updated_at`, `created_by`, `updated_by`) VALUES (7, 37, '2025-03-24 16:23:29', NULL, 'Menunggu konfirmasi', NULL, NULL, '2025-03-24 16:23:29', '2025-03-24 16:23:29', NULL, NULL);
INSERT INTO `complain_logs` (`id`, `complain_id`, `datetime`, `user_id`, `status`, `notes`, `is_active`, `created_at`, `updated_at`, `created_by`, `updated_by`) VALUES (8, 38, '2025-03-24 19:25:55', NULL, 'Menunggu konfirmasi', NULL, 0, '2025-03-24 19:25:55', '2025-03-24 19:25:55', NULL, NULL);
COMMIT;

-- ----------------------------
-- Table structure for complains
-- ----------------------------
DROP TABLE IF EXISTS `complains`;
CREATE TABLE `complains` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `email` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `phone` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `complain_category_id` int NOT NULL,
  `priority` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `subject` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `description` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `attachment` text COLLATE utf8mb4_unicode_ci,
  `status` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `notes` text COLLATE utf8mb4_unicode_ci,
  `is_active` tinyint(1) NOT NULL DEFAULT '0',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `created_by` int DEFAULT NULL,
  `updated_by` int DEFAULT NULL,
  `source` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=39 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- ----------------------------
-- Records of complains
-- ----------------------------
BEGIN;
INSERT INTO `complains` (`id`, `name`, `email`, `phone`, `complain_category_id`, `priority`, `subject`, `description`, `attachment`, `status`, `notes`, `is_active`, `created_at`, `updated_at`, `created_by`, `updated_by`, `source`) VALUES (1, 'Gelar', 'akatgelar@gmail.com', '0857', 3, 'High', 'Sampah dimana-mana', 'Ada sampah menumpuk di pojok ruangan, rasanya tidak nyaman', 'noimage.jpg', 'Komplain ditolak', NULL, 0, '2025-03-17 13:23:39', NULL, NULL, NULL, NULL);
INSERT INTO `complains` (`id`, `name`, `email`, `phone`, `complain_category_id`, `priority`, `subject`, `description`, `attachment`, `status`, `notes`, `is_active`, `created_at`, `updated_at`, `created_by`, `updated_by`, `source`) VALUES (2, 'Gelar Aditya', 'akatgelar@gmail.com', '0857', 1, 'Low', 'asd', 'zxc', 'noimage.jpg', 'Dalam proses', NULL, 0, '2025-03-17 14:34:40', '2025-03-17 14:34:40', NULL, NULL, NULL);
INSERT INTO `complains` (`id`, `name`, `email`, `phone`, `complain_category_id`, `priority`, `subject`, `description`, `attachment`, `status`, `notes`, `is_active`, `created_at`, `updated_at`, `created_by`, `updated_by`, `source`) VALUES (3, 'Gelar Aditya', 'akatgelar@gmail.com', '0857', 1, 'Medium', 'asd', 'zxc', 'noimage.jpg', 'Dalam proses', NULL, 0, '2025-03-17 14:37:07', '2025-03-17 14:37:07', NULL, NULL, NULL);
INSERT INTO `complains` (`id`, `name`, `email`, `phone`, `complain_category_id`, `priority`, `subject`, `description`, `attachment`, `status`, `notes`, `is_active`, `created_at`, `updated_at`, `created_by`, `updated_by`, `source`) VALUES (4, 'Gelar Aditya', 'akatgelar@gmail.com', '0857', 3, 'Medium', 'lama', 'ba', 'noimage.jpg', 'Dalam proses', NULL, 0, '2025-03-17 14:46:40', '2025-03-17 14:46:40', NULL, NULL, NULL);
INSERT INTO `complains` (`id`, `name`, `email`, `phone`, `complain_category_id`, `priority`, `subject`, `description`, `attachment`, `status`, `notes`, `is_active`, `created_at`, `updated_at`, `created_by`, `updated_by`, `source`) VALUES (5, 'Gelar Aditya', 'akatgelar@gmail.com', '0857', 2, 'Medium', 'asd', 'zx', 'noimage.jpg', 'Diarahkan ke bidang yg berwenang', NULL, 0, '2025-03-17 14:47:34', '2025-03-17 14:47:34', NULL, NULL, NULL);
INSERT INTO `complains` (`id`, `name`, `email`, `phone`, `complain_category_id`, `priority`, `subject`, `description`, `attachment`, `status`, `notes`, `is_active`, `created_at`, `updated_at`, `created_by`, `updated_by`, `source`) VALUES (6, 'Gelar Aditya', 'akatgelar@gmail.com', '0857', 2, 'Medium', 'asd', 'zxc', 'noimage.jpg', 'Dalam proses', NULL, 0, '2025-03-17 14:47:54', '2025-03-17 14:47:54', NULL, NULL, NULL);
INSERT INTO `complains` (`id`, `name`, `email`, `phone`, `complain_category_id`, `priority`, `subject`, `description`, `attachment`, `status`, `notes`, `is_active`, `created_at`, `updated_at`, `created_by`, `updated_by`, `source`) VALUES (7, 'Gelar Aditya', 'akatgelar@gmail.com', '0857', 6, 'High', 'sda', 'zxc', 'noimage.jpg', 'Dalam proses', NULL, 0, '2025-03-17 15:42:58', '2025-03-17 15:42:58', NULL, NULL, NULL);
INSERT INTO `complains` (`id`, `name`, `email`, `phone`, `complain_category_id`, `priority`, `subject`, `description`, `attachment`, `status`, `notes`, `is_active`, `created_at`, `updated_at`, `created_by`, `updated_by`, `source`) VALUES (8, 'Gelar Aditya', 'akatgelar@gmail.com', '085721028015', 1, 'Sedang', '22', 'dd', 'none.png', 'Dalam proses', NULL, 0, '2025-03-24 16:06:17', '2025-03-24 16:06:17', NULL, NULL, NULL);
INSERT INTO `complains` (`id`, `name`, `email`, `phone`, `complain_category_id`, `priority`, `subject`, `description`, `attachment`, `status`, `notes`, `is_active`, `created_at`, `updated_at`, `created_by`, `updated_by`, `source`) VALUES (9, 'Gelar Aditya', 'akatgelar@gmail.com', '085721028015', 1, 'Sedang', '22', 'dd', '20250324_160602-user.png', 'Dalam proses', NULL, 0, '2025-03-24 16:07:47', '2025-03-24 16:07:47', NULL, NULL, NULL);
INSERT INTO `complains` (`id`, `name`, `email`, `phone`, `complain_category_id`, `priority`, `subject`, `description`, `attachment`, `status`, `notes`, `is_active`, `created_at`, `updated_at`, `created_by`, `updated_by`, `source`) VALUES (10, 'Gelar Aditya', 'akatgelar@gmail.com', '085721028015', 1, 'Sedang', '22', 'dd', '20250324_160602-user.png', 'Komplain selesai', NULL, 0, '2025-03-24 16:09:51', '2025-03-24 16:09:51', NULL, NULL, NULL);
INSERT INTO `complains` (`id`, `name`, `email`, `phone`, `complain_category_id`, `priority`, `subject`, `description`, `attachment`, `status`, `notes`, `is_active`, `created_at`, `updated_at`, `created_by`, `updated_by`, `source`) VALUES (11, 'Gelar Aditya', 'akatgelar@gmail.com', '085721028015', 1, 'Sedang', '22', 'dd', '20250324_160602-user.png', 'Komplain selesai', NULL, 0, '2025-03-24 16:10:52', '2025-03-24 16:10:52', NULL, NULL, NULL);
INSERT INTO `complains` (`id`, `name`, `email`, `phone`, `complain_category_id`, `priority`, `subject`, `description`, `attachment`, `status`, `notes`, `is_active`, `created_at`, `updated_at`, `created_by`, `updated_by`, `source`) VALUES (12, 'Gelar Aditya', 'akatgelar@gmail.com', '085721028015', 1, 'Sedang', '22', 'dd', '20250324_160602-user.png', 'Dalam proses', NULL, 0, '2025-03-24 16:11:22', '2025-03-24 16:11:22', NULL, NULL, NULL);
INSERT INTO `complains` (`id`, `name`, `email`, `phone`, `complain_category_id`, `priority`, `subject`, `description`, `attachment`, `status`, `notes`, `is_active`, `created_at`, `updated_at`, `created_by`, `updated_by`, `source`) VALUES (13, 'Gelar Aditya', 'akatgelar@gmail.com', '085721028015', 1, 'Sedang', '22', 'dd', '20250324_160602-user.png', 'Komplain selesai', NULL, 0, '2025-03-24 16:11:38', '2025-03-24 16:11:38', NULL, NULL, NULL);
INSERT INTO `complains` (`id`, `name`, `email`, `phone`, `complain_category_id`, `priority`, `subject`, `description`, `attachment`, `status`, `notes`, `is_active`, `created_at`, `updated_at`, `created_by`, `updated_by`, `source`) VALUES (14, 'Gelar Aditya', 'akatgelar@gmail.com', '085721028015', 1, 'Sedang', '22', 'dd', '20250324_160602-user.png', 'Komplain selesai', NULL, 0, '2025-03-24 16:11:49', '2025-03-24 16:11:49', NULL, NULL, NULL);
INSERT INTO `complains` (`id`, `name`, `email`, `phone`, `complain_category_id`, `priority`, `subject`, `description`, `attachment`, `status`, `notes`, `is_active`, `created_at`, `updated_at`, `created_by`, `updated_by`, `source`) VALUES (15, 'Gelar Aditya', 'akatgelar@gmail.com', '085721028015', 1, 'Sedang', '22', 'dd', '20250324_160602-user.png', 'Komplain selesai', NULL, 0, '2025-03-24 16:11:55', '2025-03-24 16:11:55', NULL, NULL, NULL);
INSERT INTO `complains` (`id`, `name`, `email`, `phone`, `complain_category_id`, `priority`, `subject`, `description`, `attachment`, `status`, `notes`, `is_active`, `created_at`, `updated_at`, `created_by`, `updated_by`, `source`) VALUES (16, 'Gelar Aditya', 'akatgelar@gmail.com', '085721028015', 1, 'Sedang', '22', 'dd', '20250324_160602-user.png', 'Komplain selesai', NULL, 0, '2025-03-24 16:12:02', '2025-03-24 16:12:02', NULL, NULL, NULL);
INSERT INTO `complains` (`id`, `name`, `email`, `phone`, `complain_category_id`, `priority`, `subject`, `description`, `attachment`, `status`, `notes`, `is_active`, `created_at`, `updated_at`, `created_by`, `updated_by`, `source`) VALUES (17, 'Gelar Aditya', 'akatgelar@gmail.com', '085721028015', 1, 'Sedang', '22', 'dd', '20250324_160602-user.png', 'Komplain selesai', NULL, 0, '2025-03-24 16:12:20', '2025-03-24 16:12:20', NULL, NULL, NULL);
INSERT INTO `complains` (`id`, `name`, `email`, `phone`, `complain_category_id`, `priority`, `subject`, `description`, `attachment`, `status`, `notes`, `is_active`, `created_at`, `updated_at`, `created_by`, `updated_by`, `source`) VALUES (18, 'Gelar Aditya', 'akatgelar@gmail.com', '085721028015', 1, 'Sedang', '22', 'dd', '20250324_160602-user.png', 'Komplain selesai', NULL, 0, '2025-03-24 16:12:21', '2025-03-24 16:12:21', NULL, NULL, NULL);
INSERT INTO `complains` (`id`, `name`, `email`, `phone`, `complain_category_id`, `priority`, `subject`, `description`, `attachment`, `status`, `notes`, `is_active`, `created_at`, `updated_at`, `created_by`, `updated_by`, `source`) VALUES (19, 'Gelar Aditya', 'akatgelar@gmail.com', '085721028015', 1, 'Sedang', '22', 'dd', '20250324_160602-user.png', 'Komplain selesai', NULL, 0, '2025-03-24 16:13:11', '2025-03-24 16:13:11', NULL, NULL, NULL);
INSERT INTO `complains` (`id`, `name`, `email`, `phone`, `complain_category_id`, `priority`, `subject`, `description`, `attachment`, `status`, `notes`, `is_active`, `created_at`, `updated_at`, `created_by`, `updated_by`, `source`) VALUES (20, 'Gelar Aditya', 'akatgelar@gmail.com', '085721028015', 1, 'Sedang', '22', 'dd', '20250324_160602-user.png', 'Dalam proses', NULL, 0, '2025-03-24 16:13:12', '2025-03-24 16:13:12', NULL, NULL, NULL);
INSERT INTO `complains` (`id`, `name`, `email`, `phone`, `complain_category_id`, `priority`, `subject`, `description`, `attachment`, `status`, `notes`, `is_active`, `created_at`, `updated_at`, `created_by`, `updated_by`, `source`) VALUES (21, 'Gelar Aditya', 'akatgelar@gmail.com', '085721028015', 1, 'Sedang', '22', 'dd', '20250324_160602-user.png', 'Komplain selesai', NULL, 0, '2025-03-24 16:13:31', '2025-03-24 16:13:31', NULL, NULL, NULL);
INSERT INTO `complains` (`id`, `name`, `email`, `phone`, `complain_category_id`, `priority`, `subject`, `description`, `attachment`, `status`, `notes`, `is_active`, `created_at`, `updated_at`, `created_by`, `updated_by`, `source`) VALUES (22, 'Gelar Aditya', 'akatgelar@gmail.com', '085721028015', 1, 'Sedang', '22', 'dd', '20250324_160602-user.png', 'Menunggu konfirmasi', NULL, 0, '2025-03-24 16:13:32', '2025-03-24 16:13:32', NULL, NULL, NULL);
INSERT INTO `complains` (`id`, `name`, `email`, `phone`, `complain_category_id`, `priority`, `subject`, `description`, `attachment`, `status`, `notes`, `is_active`, `created_at`, `updated_at`, `created_by`, `updated_by`, `source`) VALUES (23, 'Gelar Aditya', 'akatgelar@gmail.com', '085721028015', 1, 'Sedang', '22', 'dd', '20250324_160602-user.png', 'Menunggu konfirmasi', NULL, 0, '2025-03-24 16:15:34', '2025-03-24 16:15:34', NULL, NULL, NULL);
INSERT INTO `complains` (`id`, `name`, `email`, `phone`, `complain_category_id`, `priority`, `subject`, `description`, `attachment`, `status`, `notes`, `is_active`, `created_at`, `updated_at`, `created_by`, `updated_by`, `source`) VALUES (24, 'Gelar Aditya', 'akatgelar@gmail.com', '085721028015', 1, 'Sedang', '22', 'dd', '20250324_160602-user.png', 'Menunggu konfirmasi', NULL, 0, '2025-03-24 16:15:42', '2025-03-24 16:15:42', NULL, NULL, NULL);
INSERT INTO `complains` (`id`, `name`, `email`, `phone`, `complain_category_id`, `priority`, `subject`, `description`, `attachment`, `status`, `notes`, `is_active`, `created_at`, `updated_at`, `created_by`, `updated_by`, `source`) VALUES (25, 'Gelar Aditya', 'akatgelar@gmail.com', '085721028015', 1, 'Sedang', '22', 'dd', '20250324_160602-user.png', 'Menunggu konfirmasi', NULL, 0, '2025-03-24 16:15:53', '2025-03-24 16:15:53', NULL, NULL, NULL);
INSERT INTO `complains` (`id`, `name`, `email`, `phone`, `complain_category_id`, `priority`, `subject`, `description`, `attachment`, `status`, `notes`, `is_active`, `created_at`, `updated_at`, `created_by`, `updated_by`, `source`) VALUES (26, 'Gelar Aditya', 'akatgelar@gmail.com', '085721028015', 1, 'Sedang', '22', 'dd', '20250324_160602-user.png', 'Menunggu konfirmasi', NULL, 0, '2025-03-24 16:16:17', '2025-03-24 16:16:17', NULL, NULL, NULL);
INSERT INTO `complains` (`id`, `name`, `email`, `phone`, `complain_category_id`, `priority`, `subject`, `description`, `attachment`, `status`, `notes`, `is_active`, `created_at`, `updated_at`, `created_by`, `updated_by`, `source`) VALUES (27, 'Gelar Aditya', 'akatgelar@gmail.com', '085721028015', 1, 'Sedang', '22', 'dd', '20250324_160602-user.png', 'Menunggu konfirmasi', NULL, 0, '2025-03-24 16:16:50', '2025-03-24 16:16:50', NULL, NULL, NULL);
INSERT INTO `complains` (`id`, `name`, `email`, `phone`, `complain_category_id`, `priority`, `subject`, `description`, `attachment`, `status`, `notes`, `is_active`, `created_at`, `updated_at`, `created_by`, `updated_by`, `source`) VALUES (28, 'Gelar Aditya', 'akatgelar@gmail.com', '085721028015', 1, 'Sedang', '22', 'dd', '20250324_160602-user.png', 'Menunggu konfirmasi', NULL, 0, '2025-03-24 16:16:55', '2025-03-24 16:16:55', NULL, NULL, NULL);
INSERT INTO `complains` (`id`, `name`, `email`, `phone`, `complain_category_id`, `priority`, `subject`, `description`, `attachment`, `status`, `notes`, `is_active`, `created_at`, `updated_at`, `created_by`, `updated_by`, `source`) VALUES (29, 'Gelar Aditya', 'akatgelar@gmail.com', '085721028015', 1, 'Sedang', '22', 'dd', '20250324_160602-user.png', 'Menunggu konfirmasi', NULL, 0, '2025-03-24 16:18:11', '2025-03-24 16:18:11', NULL, NULL, NULL);
INSERT INTO `complains` (`id`, `name`, `email`, `phone`, `complain_category_id`, `priority`, `subject`, `description`, `attachment`, `status`, `notes`, `is_active`, `created_at`, `updated_at`, `created_by`, `updated_by`, `source`) VALUES (30, 'Gelar Aditya', 'akatgelar@gmail.com', '085721028015', 1, 'Sedang', '22', 'dd', '20250324_160602-user.png', 'Menunggu konfirmasi', NULL, 0, '2025-03-24 16:18:19', '2025-03-24 16:18:19', NULL, NULL, NULL);
INSERT INTO `complains` (`id`, `name`, `email`, `phone`, `complain_category_id`, `priority`, `subject`, `description`, `attachment`, `status`, `notes`, `is_active`, `created_at`, `updated_at`, `created_by`, `updated_by`, `source`) VALUES (31, 'Gelar Aditya', 'akatgelar@gmail.com', '085721028015', 1, 'Sedang', '22', 'dd', '20250324_160602-user.png', 'Menunggu konfirmasi', NULL, 0, '2025-03-24 16:18:34', '2025-03-24 16:18:34', NULL, NULL, NULL);
INSERT INTO `complains` (`id`, `name`, `email`, `phone`, `complain_category_id`, `priority`, `subject`, `description`, `attachment`, `status`, `notes`, `is_active`, `created_at`, `updated_at`, `created_by`, `updated_by`, `source`) VALUES (32, 'Gelar Aditya', 'akatgelar@gmail.com', '085721028015', 1, 'Sedang', '22', 'dd', '20250324_160602-user.png', 'Dalam proses', NULL, 0, '2025-03-24 16:18:40', '2025-03-24 16:18:40', NULL, NULL, NULL);
INSERT INTO `complains` (`id`, `name`, `email`, `phone`, `complain_category_id`, `priority`, `subject`, `description`, `attachment`, `status`, `notes`, `is_active`, `created_at`, `updated_at`, `created_by`, `updated_by`, `source`) VALUES (33, 'Gelar Aditya', 'akatgelar@gmail.com', '085721028015', 1, 'Sedang', '22', 'dd', '20250324_160602-user.png', 'Diarahkan ke bidang yg berwenang', NULL, 0, '2025-03-24 16:18:54', '2025-03-24 16:18:54', NULL, NULL, NULL);
INSERT INTO `complains` (`id`, `name`, `email`, `phone`, `complain_category_id`, `priority`, `subject`, `description`, `attachment`, `status`, `notes`, `is_active`, `created_at`, `updated_at`, `created_by`, `updated_by`, `source`) VALUES (34, 'Gelar Aditya', 'akatgelar@gmail.com', '085721028015', 1, 'Sedang', '22', 'dd', '20250324_160602-user.png', 'Dalam proses', NULL, 0, '2025-03-24 16:19:01', '2025-03-24 16:19:01', NULL, NULL, NULL);
INSERT INTO `complains` (`id`, `name`, `email`, `phone`, `complain_category_id`, `priority`, `subject`, `description`, `attachment`, `status`, `notes`, `is_active`, `created_at`, `updated_at`, `created_by`, `updated_by`, `source`) VALUES (35, 'Gelar Aditya', 'akatgelar@gmail.com', '085721028015', 1, 'Sedang', '22', 'dd', '20250324_160602-user.png', 'Dalam proses', NULL, 0, '2025-03-24 16:19:21', '2025-03-24 16:19:21', NULL, NULL, NULL);
INSERT INTO `complains` (`id`, `name`, `email`, `phone`, `complain_category_id`, `priority`, `subject`, `description`, `attachment`, `status`, `notes`, `is_active`, `created_at`, `updated_at`, `created_by`, `updated_by`, `source`) VALUES (36, 'Gelar Aditya', 'akatgelar@gmail.com', '085721028015', 1, 'Sedang', '22', 'dd', '20250324_160602-user.png', 'Dalam proses', NULL, 0, '2025-03-24 16:19:41', '2025-03-24 16:19:41', NULL, NULL, NULL);
INSERT INTO `complains` (`id`, `name`, `email`, `phone`, `complain_category_id`, `priority`, `subject`, `description`, `attachment`, `status`, `notes`, `is_active`, `created_at`, `updated_at`, `created_by`, `updated_by`, `source`) VALUES (37, 'Gelar Aditya', 'akatgelar@gmail.com', '085721028015', 6, 'Tinggi', 'Test', 'Problem', '20250324_162326-user.png', 'Dalam proses', NULL, 0, '2025-03-24 16:23:29', '2025-03-24 16:23:29', NULL, NULL, NULL);
INSERT INTO `complains` (`id`, `name`, `email`, `phone`, `complain_category_id`, `priority`, `subject`, `description`, `attachment`, `status`, `notes`, `is_active`, `created_at`, `updated_at`, `created_by`, `updated_by`, `source`) VALUES (38, 'Gelar Aditya', 'akatgelar@gmail.com', '085721028015', 4, 'Rendah', 'aa', 'ss', 'noimage.jpg', 'Dalam proses', NULL, 0, '2025-03-24 19:25:55', '2025-03-24 19:25:55', NULL, NULL, NULL);
COMMIT;

-- ----------------------------
-- Table structure for logs
-- ----------------------------
DROP TABLE IF EXISTS `logs`;
CREATE TABLE `logs` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `fingerprint` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `method` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `fullurl` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `path` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `user_agent` text COLLATE utf8mb4_unicode_ci,
  `os` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `os_version` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `browser` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `browser_version` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `device` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `is_desktop` tinyint(1) NOT NULL DEFAULT '0',
  `is_mobile` tinyint(1) NOT NULL DEFAULT '0',
  `is_tablet` tinyint(1) NOT NULL DEFAULT '0',
  `ip` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `country_code` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `country_name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `region_code` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `region_name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `city_code` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `city_name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `zip_code` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `latitude` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `longitude` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=473 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- ----------------------------
-- Records of logs
-- ----------------------------
BEGIN;
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (1, '2025-03-15 15:35:51', '2025-03-15 15:35:51', '5065565128377eb63f09563dec61247652c6af42', 'GET', 'http://127.0.0.1:8000', '/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '133.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (2, '2025-03-15 15:36:13', '2025-03-15 15:36:13', '5065565128377eb63f09563dec61247652c6af42', 'GET', 'http://127.0.0.1:8000', '/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '133.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (3, '2025-03-15 15:36:14', '2025-03-15 15:36:14', '5065565128377eb63f09563dec61247652c6af42', 'GET', 'http://127.0.0.1:8000', '/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '133.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (4, '2025-03-15 15:36:33', '2025-03-15 15:36:33', '5065565128377eb63f09563dec61247652c6af42', 'GET', 'http://127.0.0.1:8000', '/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '133.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (5, '2025-03-15 15:37:28', '2025-03-15 15:37:28', '5065565128377eb63f09563dec61247652c6af42', 'GET', 'http://127.0.0.1:8000', '/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '133.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (6, '2025-03-15 15:38:21', '2025-03-15 15:38:21', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '133.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (7, '2025-03-15 15:38:44', '2025-03-15 15:38:44', 'd1e76eaafd8a2c3fdf5458b3e9cb7eb469ab95ec', 'GET', 'http://127.0.0.1:8000/home', 'home', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '133.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (8, '2025-03-15 15:38:47', '2025-03-15 15:38:47', '06ab492676a7d047a992da52e92ae9d8c450e975', 'GET', 'http://127.0.0.1:8000/admin', 'admin', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '133.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (9, '2025-03-15 15:38:49', '2025-03-15 15:38:49', '68e8be2802d05de27f1e4bc5f2b3e222dbf6d605', 'POST', 'http://127.0.0.1:8000/admin/auth/action_login', 'admin/auth/action_login', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '133.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (10, '2025-03-15 15:38:49', '2025-03-15 15:38:49', '1f1891509c5e281da7d868f704c9b1f51fa68e06', 'GET', 'http://127.0.0.1:8000/admin/auth/login', 'admin/auth/login', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '133.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (11, '2025-03-15 15:39:10', '2025-03-15 15:39:10', '68e8be2802d05de27f1e4bc5f2b3e222dbf6d605', 'POST', 'http://127.0.0.1:8000/admin/auth/action_login', 'admin/auth/action_login', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '133.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (12, '2025-03-15 15:39:10', '2025-03-15 15:39:10', 'ec4b89e1b2c6fccc77b4cf2e2d008fd481f0a80b', 'GET', 'http://127.0.0.1:8000/admin/dashboard', 'admin/dashboard', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '133.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (13, '2025-03-15 15:40:57', '2025-03-15 15:40:57', '5065565128377eb63f09563dec61247652c6af42', 'GET', 'http://127.0.0.1:8000', '/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '133.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (14, '2025-03-15 15:43:42', '2025-03-15 15:43:42', '5065565128377eb63f09563dec61247652c6af42', 'GET', 'http://127.0.0.1:8000', '/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '133.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (15, '2025-03-15 15:43:48', '2025-03-15 15:43:48', '5065565128377eb63f09563dec61247652c6af42', 'GET', 'http://127.0.0.1:8000', '/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '133.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (16, '2025-03-15 15:44:23', '2025-03-15 15:44:23', '5065565128377eb63f09563dec61247652c6af42', 'GET', 'http://127.0.0.1:8000', '/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (17, '2025-03-16 20:08:41', '2025-03-16 20:08:41', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (18, '2025-03-16 20:08:58', '2025-03-16 20:08:58', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (19, '2025-03-16 20:10:03', '2025-03-16 20:10:03', 'd1e76eaafd8a2c3fdf5458b3e9cb7eb469ab95ec', 'GET', 'http://127.0.0.1:8000/home', 'home', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (20, '2025-03-16 20:11:40', '2025-03-16 20:11:40', 'd1e76eaafd8a2c3fdf5458b3e9cb7eb469ab95ec', 'GET', 'http://127.0.0.1:8000/home', 'home', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (21, '2025-03-16 20:12:00', '2025-03-16 20:12:00', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (22, '2025-03-16 20:15:09', '2025-03-16 20:15:09', 'd1e76eaafd8a2c3fdf5458b3e9cb7eb469ab95ec', 'GET', 'http://127.0.0.1:8000/home', 'home', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (23, '2025-03-16 20:18:00', '2025-03-16 20:18:00', 'd1e76eaafd8a2c3fdf5458b3e9cb7eb469ab95ec', 'GET', 'http://127.0.0.1:8000/home', 'home', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (24, '2025-03-16 20:18:17', '2025-03-16 20:18:17', 'd1e76eaafd8a2c3fdf5458b3e9cb7eb469ab95ec', 'GET', 'http://127.0.0.1:8000/home', 'home', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (25, '2025-03-16 20:19:14', '2025-03-16 20:19:14', 'd1e76eaafd8a2c3fdf5458b3e9cb7eb469ab95ec', 'GET', 'http://127.0.0.1:8000/home', 'home', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (26, '2025-03-16 20:24:21', '2025-03-16 20:24:21', 'd1e76eaafd8a2c3fdf5458b3e9cb7eb469ab95ec', 'GET', 'http://127.0.0.1:8000/home', 'home', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (27, '2025-03-17 11:35:29', '2025-03-17 11:35:29', 'd1e76eaafd8a2c3fdf5458b3e9cb7eb469ab95ec', 'GET', 'http://127.0.0.1:8000/home', 'home', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (28, '2025-03-17 13:49:46', '2025-03-17 13:49:46', 'd1e76eaafd8a2c3fdf5458b3e9cb7eb469ab95ec', 'GET', 'http://127.0.0.1:8000/home', 'home', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (29, '2025-03-17 13:50:09', '2025-03-17 13:50:09', 'd1e76eaafd8a2c3fdf5458b3e9cb7eb469ab95ec', 'GET', 'http://127.0.0.1:8000/home', 'home', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (30, '2025-03-17 13:53:49', '2025-03-17 13:53:49', 'd1e76eaafd8a2c3fdf5458b3e9cb7eb469ab95ec', 'GET', 'http://127.0.0.1:8000/home', 'home', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (31, '2025-03-17 13:54:22', '2025-03-17 13:54:22', 'd1e76eaafd8a2c3fdf5458b3e9cb7eb469ab95ec', 'GET', 'http://127.0.0.1:8000/home', 'home', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (32, '2025-03-17 13:57:35', '2025-03-17 13:57:35', 'd1e76eaafd8a2c3fdf5458b3e9cb7eb469ab95ec', 'GET', 'http://127.0.0.1:8000/home', 'home', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (33, '2025-03-17 14:04:09', '2025-03-17 14:04:09', 'd1e76eaafd8a2c3fdf5458b3e9cb7eb469ab95ec', 'GET', 'http://127.0.0.1:8000/home', 'home', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (34, '2025-03-17 14:05:51', '2025-03-17 14:05:51', 'd1e76eaafd8a2c3fdf5458b3e9cb7eb469ab95ec', 'GET', 'http://127.0.0.1:8000/home', 'home', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (35, '2025-03-17 14:06:55', '2025-03-17 14:06:55', 'd1e76eaafd8a2c3fdf5458b3e9cb7eb469ab95ec', 'GET', 'http://127.0.0.1:8000/home', 'home', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (36, '2025-03-17 14:07:32', '2025-03-17 14:07:32', 'd1e76eaafd8a2c3fdf5458b3e9cb7eb469ab95ec', 'GET', 'http://127.0.0.1:8000/home', 'home', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (37, '2025-03-17 14:07:41', '2025-03-17 14:07:41', 'd1e76eaafd8a2c3fdf5458b3e9cb7eb469ab95ec', 'GET', 'http://127.0.0.1:8000/home', 'home', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (38, '2025-03-17 14:07:59', '2025-03-17 14:07:59', 'd1e76eaafd8a2c3fdf5458b3e9cb7eb469ab95ec', 'GET', 'http://127.0.0.1:8000/home', 'home', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (39, '2025-03-17 14:09:27', '2025-03-17 14:09:27', 'd1e76eaafd8a2c3fdf5458b3e9cb7eb469ab95ec', 'GET', 'http://127.0.0.1:8000/home', 'home', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (40, '2025-03-17 14:11:08', '2025-03-17 14:11:08', 'd1e76eaafd8a2c3fdf5458b3e9cb7eb469ab95ec', 'GET', 'http://127.0.0.1:8000/home', 'home', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (41, '2025-03-17 14:11:22', '2025-03-17 14:11:22', 'd1e76eaafd8a2c3fdf5458b3e9cb7eb469ab95ec', 'GET', 'http://127.0.0.1:8000/home', 'home', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (42, '2025-03-17 14:11:42', '2025-03-17 14:11:42', 'd1e76eaafd8a2c3fdf5458b3e9cb7eb469ab95ec', 'GET', 'http://127.0.0.1:8000/home', 'home', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (43, '2025-03-17 14:11:50', '2025-03-17 14:11:50', 'd1e76eaafd8a2c3fdf5458b3e9cb7eb469ab95ec', 'GET', 'http://127.0.0.1:8000/home', 'home', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (44, '2025-03-17 14:19:16', '2025-03-17 14:19:16', 'd1e76eaafd8a2c3fdf5458b3e9cb7eb469ab95ec', 'GET', 'http://127.0.0.1:8000/home', 'home', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (45, '2025-03-17 14:21:19', '2025-03-17 14:21:19', 'd1e76eaafd8a2c3fdf5458b3e9cb7eb469ab95ec', 'GET', 'http://127.0.0.1:8000/home', 'home', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (46, '2025-03-17 14:21:38', '2025-03-17 14:21:38', 'd1e76eaafd8a2c3fdf5458b3e9cb7eb469ab95ec', 'GET', 'http://127.0.0.1:8000/home', 'home', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (47, '2025-03-17 14:21:39', '2025-03-17 14:21:39', 'd1e76eaafd8a2c3fdf5458b3e9cb7eb469ab95ec', 'GET', 'http://127.0.0.1:8000/home', 'home', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (48, '2025-03-17 14:21:39', '2025-03-17 14:21:39', 'd1e76eaafd8a2c3fdf5458b3e9cb7eb469ab95ec', 'GET', 'http://127.0.0.1:8000/home', 'home', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (49, '2025-03-17 14:21:39', '2025-03-17 14:21:39', 'd1e76eaafd8a2c3fdf5458b3e9cb7eb469ab95ec', 'GET', 'http://127.0.0.1:8000/home', 'home', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (50, '2025-03-17 14:21:39', '2025-03-17 14:21:39', 'd1e76eaafd8a2c3fdf5458b3e9cb7eb469ab95ec', 'GET', 'http://127.0.0.1:8000/home', 'home', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (51, '2025-03-17 14:25:37', '2025-03-17 14:25:37', 'd1e76eaafd8a2c3fdf5458b3e9cb7eb469ab95ec', 'GET', 'http://127.0.0.1:8000/home', 'home', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (52, '2025-03-17 14:25:38', '2025-03-17 14:25:38', 'd1e76eaafd8a2c3fdf5458b3e9cb7eb469ab95ec', 'GET', 'http://127.0.0.1:8000/home', 'home', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (53, '2025-03-17 14:26:01', '2025-03-17 14:26:01', 'd1e76eaafd8a2c3fdf5458b3e9cb7eb469ab95ec', 'GET', 'http://127.0.0.1:8000/home', 'home', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (54, '2025-03-17 14:27:48', '2025-03-17 14:27:48', 'd1e76eaafd8a2c3fdf5458b3e9cb7eb469ab95ec', 'GET', 'http://127.0.0.1:8000/home', 'home', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (55, '2025-03-17 14:31:17', '2025-03-17 14:31:17', 'd1e76eaafd8a2c3fdf5458b3e9cb7eb469ab95ec', 'GET', 'http://127.0.0.1:8000/home', 'home', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (56, '2025-03-17 14:31:53', '2025-03-17 14:31:53', 'd1e76eaafd8a2c3fdf5458b3e9cb7eb469ab95ec', 'GET', 'http://127.0.0.1:8000/home', 'home', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (57, '2025-03-17 14:32:18', '2025-03-17 14:32:18', 'd1e76eaafd8a2c3fdf5458b3e9cb7eb469ab95ec', 'GET', 'http://127.0.0.1:8000/home', 'home', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (58, '2025-03-17 14:32:35', '2025-03-17 14:32:35', 'd1e76eaafd8a2c3fdf5458b3e9cb7eb469ab95ec', 'GET', 'http://127.0.0.1:8000/home', 'home', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (59, '2025-03-17 14:33:21', '2025-03-17 14:33:21', 'd1e76eaafd8a2c3fdf5458b3e9cb7eb469ab95ec', 'GET', 'http://127.0.0.1:8000/home', 'home', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (60, '2025-03-17 14:34:32', '2025-03-17 14:34:32', 'd1e76eaafd8a2c3fdf5458b3e9cb7eb469ab95ec', 'GET', 'http://127.0.0.1:8000/home', 'home', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (61, '2025-03-17 14:34:42', '2025-03-17 14:34:42', '81aada45acef19a9644f4daa31b3f48ee1cfee7b', 'GET', 'http://127.0.0.1:8000/admin/user', 'admin/user', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (62, '2025-03-17 14:34:42', '2025-03-17 14:34:42', '1f1891509c5e281da7d868f704c9b1f51fa68e06', 'GET', 'http://127.0.0.1:8000/admin/auth/login', 'admin/auth/login', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (63, '2025-03-17 14:36:29', '2025-03-17 14:36:29', 'd1e76eaafd8a2c3fdf5458b3e9cb7eb469ab95ec', 'GET', 'http://127.0.0.1:8000/home', 'home', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (64, '2025-03-17 14:36:54', '2025-03-17 14:36:54', 'd1e76eaafd8a2c3fdf5458b3e9cb7eb469ab95ec', 'GET', 'http://127.0.0.1:8000/home', 'home', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (65, '2025-03-17 14:46:28', '2025-03-17 14:46:28', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (66, '2025-03-17 14:46:30', '2025-03-17 14:46:30', 'd1e76eaafd8a2c3fdf5458b3e9cb7eb469ab95ec', 'GET', 'http://127.0.0.1:8000/home', 'home', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (67, '2025-03-17 14:47:23', '2025-03-17 14:47:23', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (68, '2025-03-17 14:47:24', '2025-03-17 14:47:24', 'd1e76eaafd8a2c3fdf5458b3e9cb7eb469ab95ec', 'GET', 'http://127.0.0.1:8000/home', 'home', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (69, '2025-03-17 14:47:44', '2025-03-17 14:47:44', 'd1e76eaafd8a2c3fdf5458b3e9cb7eb469ab95ec', 'GET', 'http://127.0.0.1:8000/home', 'home', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (70, '2025-03-17 14:47:46', '2025-03-17 14:47:46', 'd1e76eaafd8a2c3fdf5458b3e9cb7eb469ab95ec', 'GET', 'http://127.0.0.1:8000/home', 'home', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (71, '2025-03-17 14:48:03', '2025-03-17 14:48:03', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (72, '2025-03-17 15:42:46', '2025-03-17 15:42:46', 'd1e76eaafd8a2c3fdf5458b3e9cb7eb469ab95ec', 'GET', 'http://127.0.0.1:8000/home', 'home', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (73, '2025-03-17 15:43:32', '2025-03-17 15:43:32', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (74, '2025-03-24 09:16:36', '2025-03-24 09:16:36', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (75, '2025-03-24 09:26:03', '2025-03-24 09:26:03', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (76, '2025-03-24 09:26:16', '2025-03-24 09:26:16', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (77, '2025-03-24 09:26:25', '2025-03-24 09:26:25', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (78, '2025-03-24 09:26:38', '2025-03-24 09:26:38', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (79, '2025-03-24 09:26:55', '2025-03-24 09:26:55', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (80, '2025-03-24 09:27:32', '2025-03-24 09:27:32', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (81, '2025-03-24 09:28:09', '2025-03-24 09:28:09', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (82, '2025-03-24 09:34:36', '2025-03-24 09:34:36', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (83, '2025-03-24 09:35:12', '2025-03-24 09:35:12', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (84, '2025-03-24 09:40:52', '2025-03-24 09:40:52', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (85, '2025-03-24 09:41:19', '2025-03-24 09:41:19', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (86, '2025-03-24 09:41:24', '2025-03-24 09:41:24', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=0857&jenis_identifikasi=phone', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (87, '2025-03-24 09:43:06', '2025-03-24 09:43:06', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=0857&jenis_identifikasi=phone', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (88, '2025-03-24 09:43:07', '2025-03-24 09:43:07', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (89, '2025-03-24 09:43:09', '2025-03-24 09:43:09', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (90, '2025-03-24 09:45:34', '2025-03-24 09:45:34', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (91, '2025-03-24 09:45:34', '2025-03-24 09:45:34', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (92, '2025-03-24 09:45:34', '2025-03-24 09:45:34', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (93, '2025-03-24 09:45:34', '2025-03-24 09:45:34', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (94, '2025-03-24 09:45:35', '2025-03-24 09:45:35', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (95, '2025-03-24 09:45:35', '2025-03-24 09:45:35', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (96, '2025-03-24 09:45:35', '2025-03-24 09:45:35', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (97, '2025-03-24 09:45:35', '2025-03-24 09:45:35', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (98, '2025-03-24 09:45:35', '2025-03-24 09:45:35', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (99, '2025-03-24 09:45:35', '2025-03-24 09:45:35', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (100, '2025-03-24 09:45:36', '2025-03-24 09:45:36', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (101, '2025-03-24 09:45:36', '2025-03-24 09:45:36', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (102, '2025-03-24 09:45:36', '2025-03-24 09:45:36', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (103, '2025-03-24 09:45:36', '2025-03-24 09:45:36', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (104, '2025-03-24 09:45:36', '2025-03-24 09:45:36', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (105, '2025-03-24 09:45:36', '2025-03-24 09:45:36', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (106, '2025-03-24 09:45:37', '2025-03-24 09:45:37', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (107, '2025-03-24 09:45:37', '2025-03-24 09:45:37', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (108, '2025-03-24 09:45:37', '2025-03-24 09:45:37', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (109, '2025-03-24 09:45:37', '2025-03-24 09:45:37', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (110, '2025-03-24 09:45:37', '2025-03-24 09:45:37', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (111, '2025-03-24 09:45:38', '2025-03-24 09:45:38', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (112, '2025-03-24 09:45:38', '2025-03-24 09:45:38', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (113, '2025-03-24 09:45:38', '2025-03-24 09:45:38', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (114, '2025-03-24 09:45:38', '2025-03-24 09:45:38', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (115, '2025-03-24 09:45:38', '2025-03-24 09:45:38', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (116, '2025-03-24 09:45:38', '2025-03-24 09:45:38', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (117, '2025-03-24 09:45:39', '2025-03-24 09:45:39', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (118, '2025-03-24 09:45:39', '2025-03-24 09:45:39', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (119, '2025-03-24 09:45:39', '2025-03-24 09:45:39', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (120, '2025-03-24 09:45:39', '2025-03-24 09:45:39', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (121, '2025-03-24 09:45:39', '2025-03-24 09:45:39', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (122, '2025-03-24 09:45:39', '2025-03-24 09:45:39', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (123, '2025-03-24 09:45:40', '2025-03-24 09:45:40', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (124, '2025-03-24 09:45:40', '2025-03-24 09:45:40', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (125, '2025-03-24 09:45:40', '2025-03-24 09:45:40', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (126, '2025-03-24 09:45:40', '2025-03-24 09:45:40', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (127, '2025-03-24 09:45:40', '2025-03-24 09:45:40', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (128, '2025-03-24 09:45:41', '2025-03-24 09:45:41', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (129, '2025-03-24 09:45:41', '2025-03-24 09:45:41', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (130, '2025-03-24 09:45:41', '2025-03-24 09:45:41', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (131, '2025-03-24 09:45:41', '2025-03-24 09:45:41', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (132, '2025-03-24 09:45:41', '2025-03-24 09:45:41', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (133, '2025-03-24 09:45:41', '2025-03-24 09:45:41', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (134, '2025-03-24 09:45:42', '2025-03-24 09:45:42', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (135, '2025-03-24 09:45:42', '2025-03-24 09:45:42', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (136, '2025-03-24 09:45:42', '2025-03-24 09:45:42', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (137, '2025-03-24 09:45:42', '2025-03-24 09:45:42', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (138, '2025-03-24 09:45:42', '2025-03-24 09:45:42', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (139, '2025-03-24 09:45:42', '2025-03-24 09:45:42', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (140, '2025-03-24 09:45:43', '2025-03-24 09:45:43', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (141, '2025-03-24 09:45:43', '2025-03-24 09:45:43', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (142, '2025-03-24 09:45:43', '2025-03-24 09:45:43', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (143, '2025-03-24 09:45:43', '2025-03-24 09:45:43', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (144, '2025-03-24 09:45:43', '2025-03-24 09:45:43', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (145, '2025-03-24 09:45:43', '2025-03-24 09:45:43', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (146, '2025-03-24 09:45:44', '2025-03-24 09:45:44', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (147, '2025-03-24 09:45:44', '2025-03-24 09:45:44', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (148, '2025-03-24 09:45:44', '2025-03-24 09:45:44', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (149, '2025-03-24 09:45:44', '2025-03-24 09:45:44', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (150, '2025-03-24 09:45:44', '2025-03-24 09:45:44', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (151, '2025-03-24 09:45:47', '2025-03-24 09:45:47', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (152, '2025-03-24 09:45:52', '2025-03-24 09:45:52', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (153, '2025-03-24 09:45:57', '2025-03-24 09:45:57', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (154, '2025-03-24 09:45:58', '2025-03-24 09:45:58', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (155, '2025-03-24 09:46:01', '2025-03-24 09:46:01', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (156, '2025-03-24 09:46:11', '2025-03-24 09:46:11', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (157, '2025-03-24 09:46:24', '2025-03-24 09:46:24', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (158, '2025-03-24 09:46:37', '2025-03-24 09:46:37', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (159, '2025-03-24 09:47:59', '2025-03-24 09:47:59', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (160, '2025-03-24 09:48:22', '2025-03-24 09:48:22', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (161, '2025-03-24 09:49:02', '2025-03-24 09:49:02', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (162, '2025-03-24 09:51:50', '2025-03-24 09:51:50', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (163, '2025-03-24 09:53:21', '2025-03-24 09:53:21', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (164, '2025-03-24 09:53:24', '2025-03-24 09:53:24', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=2&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (165, '2025-03-24 09:53:38', '2025-03-24 09:53:38', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=2&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (166, '2025-03-24 09:54:31', '2025-03-24 09:54:31', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=2&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (167, '2025-03-24 09:55:13', '2025-03-24 09:55:13', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=2&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (168, '2025-03-24 09:57:41', '2025-03-24 09:57:41', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=2&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (169, '2025-03-24 09:58:09', '2025-03-24 09:58:09', 'd1e76eaafd8a2c3fdf5458b3e9cb7eb469ab95ec', 'GET', 'http://127.0.0.1:8000/home', 'home', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (170, '2025-03-24 10:02:51', '2025-03-24 10:02:51', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=2&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (171, '2025-03-24 10:05:32', '2025-03-24 10:05:32', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=2&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (172, '2025-03-24 10:06:43', '2025-03-24 10:06:43', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=2&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (173, '2025-03-24 10:07:35', '2025-03-24 10:07:35', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=2&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (174, '2025-03-24 10:07:54', '2025-03-24 10:07:54', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=2&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (175, '2025-03-24 11:50:24', '2025-03-24 11:50:24', '5065565128377eb63f09563dec61247652c6af42', 'GET', 'http://localhost:8000', '/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (176, '2025-03-24 12:03:38', '2025-03-24 12:03:38', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=2&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (177, '2025-03-24 12:04:11', '2025-03-24 12:04:11', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=2&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (178, '2025-03-24 12:05:41', '2025-03-24 12:05:41', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=2&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (179, '2025-03-24 12:06:01', '2025-03-24 12:06:01', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=2&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (180, '2025-03-24 12:06:19', '2025-03-24 12:06:19', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=2&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (181, '2025-03-24 12:06:57', '2025-03-24 12:06:57', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=2&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (182, '2025-03-24 12:07:28', '2025-03-24 12:07:28', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=2&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (183, '2025-03-24 12:09:51', '2025-03-24 12:09:51', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=2&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (184, '2025-03-24 12:10:46', '2025-03-24 12:10:46', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=2&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (185, '2025-03-24 12:11:07', '2025-03-24 12:11:07', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=2&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (186, '2025-03-24 12:11:26', '2025-03-24 12:11:26', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=2&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (187, '2025-03-24 12:11:38', '2025-03-24 12:11:38', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=2&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (188, '2025-03-24 12:12:08', '2025-03-24 12:12:08', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=2&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (189, '2025-03-24 12:13:40', '2025-03-24 12:13:40', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=2&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (190, '2025-03-24 12:14:01', '2025-03-24 12:14:01', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=2&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (191, '2025-03-24 12:14:15', '2025-03-24 12:14:15', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=2&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (192, '2025-03-24 12:14:41', '2025-03-24 12:14:41', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=2&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (193, '2025-03-24 12:30:38', '2025-03-24 12:30:38', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=2&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (194, '2025-03-24 12:30:40', '2025-03-24 12:30:40', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=1&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (195, '2025-03-24 12:30:44', '2025-03-24 12:30:44', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=0857&jenis_identifikasi=phone', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (196, '2025-03-24 12:31:13', '2025-03-24 12:31:13', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=0857&jenis_identifikasi=phone', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (197, '2025-03-24 12:55:05', '2025-03-24 12:55:05', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=0857&jenis_identifikasi=phone', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (198, '2025-03-24 12:56:41', '2025-03-24 12:56:41', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=0857&jenis_identifikasi=phone', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (199, '2025-03-24 12:58:01', '2025-03-24 12:58:01', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=0857&jenis_identifikasi=phone', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (200, '2025-03-24 12:58:11', '2025-03-24 12:58:11', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=0857&jenis_identifikasi=phone', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (201, '2025-03-24 12:59:36', '2025-03-24 12:59:36', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=0857&jenis_identifikasi=phone', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (202, '2025-03-24 12:59:55', '2025-03-24 12:59:55', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=0857&jenis_identifikasi=phone', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (203, '2025-03-24 13:00:08', '2025-03-24 13:00:08', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=0857&jenis_identifikasi=phone', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (204, '2025-03-24 13:01:34', '2025-03-24 13:01:34', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=0857&jenis_identifikasi=phone', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (205, '2025-03-24 13:02:06', '2025-03-24 13:02:06', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=0857&jenis_identifikasi=phone', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (206, '2025-03-24 13:02:17', '2025-03-24 13:02:17', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=0857&jenis_identifikasi=phone', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (207, '2025-03-24 13:04:12', '2025-03-24 13:04:12', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=0857&jenis_identifikasi=phone', 'status', 'Mozilla/5.0 (Linux; Android 8.0.0; Nexus 5X Build/OPR4.170623.006) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36', 'AndroidOS', '8.0.0', 'Opera', '0', 'Nexus', 0, 1, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (208, '2025-03-24 13:05:04', '2025-03-24 13:05:04', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=0857&jenis_identifikasi=phone', 'status', 'Mozilla/5.0 (Linux; Android 8.0.0; Nexus 5X Build/OPR4.170623.006) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36', 'AndroidOS', '8.0.0', 'Opera', '0', 'Nexus', 0, 1, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (209, '2025-03-24 13:05:10', '2025-03-24 13:05:10', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=0857&jenis_identifikasi=phone', 'status', 'Mozilla/5.0 (Linux; Android 8.0.0; Nexus 5X Build/OPR4.170623.006) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36', 'AndroidOS', '8.0.0', 'Opera', '0', 'Nexus', 0, 1, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (210, '2025-03-24 13:06:38', '2025-03-24 13:06:38', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=0857&jenis_identifikasi=phone', 'status', 'Mozilla/5.0 (Linux; Android 8.0.0; Nexus 5X Build/OPR4.170623.006) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36', 'AndroidOS', '8.0.0', 'Opera', '0', 'Nexus', 0, 1, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (211, '2025-03-24 13:06:40', '2025-03-24 13:06:40', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=0857&jenis_identifikasi=phone', 'status', 'Mozilla/5.0 (Linux; Android 8.0.0; Nexus 5X Build/OPR4.170623.006) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36', 'AndroidOS', '8.0.0', 'Opera', '0', 'Nexus', 0, 1, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (212, '2025-03-24 13:07:33', '2025-03-24 13:07:33', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=0857&jenis_identifikasi=phone', 'status', 'Mozilla/5.0 (Linux; Android 8.0.0; Nexus 5X Build/OPR4.170623.006) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36', 'AndroidOS', '8.0.0', 'Opera', '0', 'Nexus', 0, 1, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (213, '2025-03-24 13:07:34', '2025-03-24 13:07:34', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=0857&jenis_identifikasi=phone', 'status', 'Mozilla/5.0 (Linux; Android 8.0.0; Nexus 5X Build/OPR4.170623.006) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36', 'AndroidOS', '8.0.0', 'Opera', '0', 'Nexus', 0, 1, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (214, '2025-03-24 13:07:40', '2025-03-24 13:07:40', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=0857&jenis_identifikasi=phone', 'status', 'Mozilla/5.0 (Linux; Android 8.0.0; Nexus 5X Build/OPR4.170623.006) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36', 'AndroidOS', '8.0.0', 'Opera', '0', 'Nexus', 0, 1, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (215, '2025-03-24 13:07:40', '2025-03-24 13:07:40', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=0857&jenis_identifikasi=phone', 'status', 'Mozilla/5.0 (Linux; Android 8.0.0; Nexus 5X Build/OPR4.170623.006) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36', 'AndroidOS', '8.0.0', 'Opera', '0', 'Nexus', 0, 1, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (216, '2025-03-24 13:07:41', '2025-03-24 13:07:41', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=0857&jenis_identifikasi=phone', 'status', 'Mozilla/5.0 (Linux; Android 8.0.0; Nexus 5X Build/OPR4.170623.006) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36', 'AndroidOS', '8.0.0', 'Opera', '0', 'Nexus', 0, 1, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (217, '2025-03-24 13:07:41', '2025-03-24 13:07:41', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=0857&jenis_identifikasi=phone', 'status', 'Mozilla/5.0 (Linux; Android 8.0.0; Nexus 5X Build/OPR4.170623.006) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36', 'AndroidOS', '8.0.0', 'Opera', '0', 'Nexus', 0, 1, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (218, '2025-03-24 13:07:41', '2025-03-24 13:07:41', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=0857&jenis_identifikasi=phone', 'status', 'Mozilla/5.0 (Linux; Android 8.0.0; Nexus 5X Build/OPR4.170623.006) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36', 'AndroidOS', '8.0.0', 'Opera', '0', 'Nexus', 0, 1, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (219, '2025-03-24 13:07:41', '2025-03-24 13:07:41', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=0857&jenis_identifikasi=phone', 'status', 'Mozilla/5.0 (Linux; Android 8.0.0; Nexus 5X Build/OPR4.170623.006) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36', 'AndroidOS', '8.0.0', 'Opera', '0', 'Nexus', 0, 1, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (220, '2025-03-24 13:07:51', '2025-03-24 13:07:51', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=0857&jenis_identifikasi=phone', 'status', 'Mozilla/5.0 (Linux; Android 8.0.0; Nexus 5X Build/OPR4.170623.006) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36', 'AndroidOS', '8.0.0', 'Opera', '0', 'Nexus', 0, 1, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (221, '2025-03-24 13:07:52', '2025-03-24 13:07:52', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=0857&jenis_identifikasi=phone', 'status', 'Mozilla/5.0 (Linux; Android 8.0.0; Nexus 5X Build/OPR4.170623.006) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36', 'AndroidOS', '8.0.0', 'Opera', '0', 'Nexus', 0, 1, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (222, '2025-03-24 13:07:52', '2025-03-24 13:07:52', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=0857&jenis_identifikasi=phone', 'status', 'Mozilla/5.0 (Linux; Android 8.0.0; Nexus 5X Build/OPR4.170623.006) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36', 'AndroidOS', '8.0.0', 'Opera', '0', 'Nexus', 0, 1, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (223, '2025-03-24 13:07:53', '2025-03-24 13:07:53', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=0857&jenis_identifikasi=phone', 'status', 'Mozilla/5.0 (Linux; Android 8.0.0; Nexus 5X Build/OPR4.170623.006) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36', 'AndroidOS', '8.0.0', 'Opera', '0', 'Nexus', 0, 1, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (224, '2025-03-24 13:07:53', '2025-03-24 13:07:53', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=0857&jenis_identifikasi=phone', 'status', 'Mozilla/5.0 (Linux; Android 8.0.0; Nexus 5X Build/OPR4.170623.006) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36', 'AndroidOS', '8.0.0', 'Opera', '0', 'Nexus', 0, 1, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (225, '2025-03-24 13:08:05', '2025-03-24 13:08:05', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=0857&jenis_identifikasi=phone', 'status', 'Mozilla/5.0 (Linux; Android 8.0.0; Nexus 5X Build/OPR4.170623.006) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36', 'AndroidOS', '8.0.0', 'Opera', '0', 'Nexus', 0, 1, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (226, '2025-03-24 13:14:47', '2025-03-24 13:14:47', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=0857&jenis_identifikasi=phone', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (227, '2025-03-24 13:15:17', '2025-03-24 13:15:17', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=0857&jenis_identifikasi=phone', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (228, '2025-03-24 13:16:30', '2025-03-24 13:16:30', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=0857&jenis_identifikasi=phone', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (229, '2025-03-24 13:18:41', '2025-03-24 13:18:41', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=0857&jenis_identifikasi=phone', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (230, '2025-03-24 13:19:05', '2025-03-24 13:19:05', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=0857&jenis_identifikasi=phone', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (231, '2025-03-24 13:20:42', '2025-03-24 13:20:42', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=0857&jenis_identifikasi=phone', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (232, '2025-03-24 13:24:32', '2025-03-24 13:24:32', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=0857&jenis_identifikasi=phone', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (233, '2025-03-24 13:24:52', '2025-03-24 13:24:52', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=0857&jenis_identifikasi=phone', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (234, '2025-03-24 13:25:00', '2025-03-24 13:25:00', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=0857&jenis_identifikasi=phone', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (235, '2025-03-24 13:25:33', '2025-03-24 13:25:33', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=0857&jenis_identifikasi=phone', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (236, '2025-03-24 13:26:26', '2025-03-24 13:26:26', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=0857&jenis_identifikasi=phone', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (237, '2025-03-24 13:26:38', '2025-03-24 13:26:38', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=0857&jenis_identifikasi=phone', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (238, '2025-03-24 13:26:44', '2025-03-24 13:26:44', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=0857&jenis_identifikasi=phone', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (239, '2025-03-24 13:27:25', '2025-03-24 13:27:25', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=0857&jenis_identifikasi=phone', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (240, '2025-03-24 13:27:55', '2025-03-24 13:27:55', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=0857&jenis_identifikasi=phone', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (241, '2025-03-24 13:28:13', '2025-03-24 13:28:13', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=0857&jenis_identifikasi=phone', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (242, '2025-03-24 13:40:31', '2025-03-24 13:40:31', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=0857&jenis_identifikasi=phone', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (243, '2025-03-24 13:41:40', '2025-03-24 13:41:40', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=0857&jenis_identifikasi=phone', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (244, '2025-03-24 13:44:28', '2025-03-24 13:44:28', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=0857&jenis_identifikasi=phone', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (245, '2025-03-24 13:44:51', '2025-03-24 13:44:51', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=0857&jenis_identifikasi=phone', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (246, '2025-03-24 13:46:11', '2025-03-24 13:46:11', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=0857&jenis_identifikasi=phone', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (247, '2025-03-24 13:47:03', '2025-03-24 13:47:03', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=0857&jenis_identifikasi=phone', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (248, '2025-03-24 13:50:05', '2025-03-24 13:50:05', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=0857&jenis_identifikasi=phone', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (249, '2025-03-24 13:50:45', '2025-03-24 13:50:45', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=0857&jenis_identifikasi=phone', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (250, '2025-03-24 13:50:57', '2025-03-24 13:50:57', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=0857&jenis_identifikasi=phone', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (251, '2025-03-24 13:52:00', '2025-03-24 13:52:00', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=0857&jenis_identifikasi=phone', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (252, '2025-03-24 13:53:44', '2025-03-24 13:53:44', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=0857&jenis_identifikasi=phone', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (253, '2025-03-24 13:54:36', '2025-03-24 13:54:36', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=0857&jenis_identifikasi=phone', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (254, '2025-03-24 13:54:56', '2025-03-24 13:54:56', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=0857&jenis_identifikasi=phone', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (255, '2025-03-24 13:56:03', '2025-03-24 13:56:03', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=0857&jenis_identifikasi=phone', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (256, '2025-03-24 13:58:18', '2025-03-24 13:58:18', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=0857&jenis_identifikasi=phone', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (257, '2025-03-24 13:58:35', '2025-03-24 13:58:35', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=0857&jenis_identifikasi=phone', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (258, '2025-03-24 14:01:10', '2025-03-24 14:01:10', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=0857&jenis_identifikasi=phone', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (259, '2025-03-24 14:03:21', '2025-03-24 14:03:21', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=0857&jenis_identifikasi=phone', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (260, '2025-03-24 14:03:37', '2025-03-24 14:03:37', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=0857&jenis_identifikasi=phone', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (261, '2025-03-24 14:04:09', '2025-03-24 14:04:09', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=0857&jenis_identifikasi=phone', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (262, '2025-03-24 14:04:35', '2025-03-24 14:04:35', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=0857&jenis_identifikasi=phone', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (263, '2025-03-24 14:06:11', '2025-03-24 14:06:11', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=0857&jenis_identifikasi=phone', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (264, '2025-03-24 14:10:24', '2025-03-24 14:10:24', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=0857&jenis_identifikasi=phone', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (265, '2025-03-24 14:14:13', '2025-03-24 14:14:13', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=0857&jenis_identifikasi=phone', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (266, '2025-03-24 14:14:15', '2025-03-24 14:14:15', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=2&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (267, '2025-03-24 14:14:18', '2025-03-24 14:14:18', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=2&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (268, '2025-03-24 14:14:29', '2025-03-24 14:14:29', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=2&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (269, '2025-03-24 14:15:07', '2025-03-24 14:15:07', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=2&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (270, '2025-03-24 14:15:24', '2025-03-24 14:15:24', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=2&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (271, '2025-03-24 14:15:36', '2025-03-24 14:15:36', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=2&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (272, '2025-03-24 14:15:37', '2025-03-24 14:15:37', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=2&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (273, '2025-03-24 14:15:37', '2025-03-24 14:15:37', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=2&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (274, '2025-03-24 14:15:37', '2025-03-24 14:15:37', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=2&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (275, '2025-03-24 14:15:37', '2025-03-24 14:15:37', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=2&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (276, '2025-03-24 14:15:38', '2025-03-24 14:15:38', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=2&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (277, '2025-03-24 14:15:38', '2025-03-24 14:15:38', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=2&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (278, '2025-03-24 14:18:55', '2025-03-24 14:18:55', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=2&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (279, '2025-03-24 14:20:57', '2025-03-24 14:20:57', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=2&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (280, '2025-03-24 14:21:11', '2025-03-24 14:21:11', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=2&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (281, '2025-03-24 14:21:23', '2025-03-24 14:21:23', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=2&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (282, '2025-03-24 14:21:29', '2025-03-24 14:21:29', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (283, '2025-03-24 14:22:33', '2025-03-24 14:22:33', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (284, '2025-03-24 14:22:34', '2025-03-24 14:22:34', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=2&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (285, '2025-03-24 14:22:37', '2025-03-24 14:22:37', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=2&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (286, '2025-03-24 14:22:51', '2025-03-24 14:22:51', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=2&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (287, '2025-03-24 14:22:53', '2025-03-24 14:22:53', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=2&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (288, '2025-03-24 14:22:55', '2025-03-24 14:22:55', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=2&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (289, '2025-03-24 14:23:44', '2025-03-24 14:23:44', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=2&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (290, '2025-03-24 14:23:47', '2025-03-24 14:23:47', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=2&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (291, '2025-03-24 14:23:57', '2025-03-24 14:23:57', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status?id_komplain=2&jenis_identifikasi=id', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (292, '2025-03-24 14:24:01', '2025-03-24 14:24:01', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (293, '2025-03-24 14:26:49', '2025-03-24 14:26:49', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (294, '2025-03-24 14:26:55', '2025-03-24 14:26:55', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://127.0.0.1:8000/status', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (295, '2025-03-24 14:38:47', '2025-03-24 14:38:47', '06ab492676a7d047a992da52e92ae9d8c450e975', 'GET', 'http://127.0.0.1:8000/admin', 'admin', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (296, '2025-03-24 14:39:21', '2025-03-24 14:39:21', '68e8be2802d05de27f1e4bc5f2b3e222dbf6d605', 'POST', 'http://127.0.0.1:8000/admin/auth/action_login', 'admin/auth/action_login', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (297, '2025-03-24 14:39:21', '2025-03-24 14:39:21', 'ec4b89e1b2c6fccc77b4cf2e2d008fd481f0a80b', 'GET', 'http://127.0.0.1:8000/admin/dashboard', 'admin/dashboard', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (298, '2025-03-24 16:01:44', '2025-03-24 16:01:44', '5065565128377eb63f09563dec61247652c6af42', 'GET', 'http://localhost:8000', '/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (299, '2025-03-24 16:05:55', '2025-03-24 16:05:55', '5065565128377eb63f09563dec61247652c6af42', 'GET', 'http://localhost:8000', '/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (300, '2025-03-24 16:23:10', '2025-03-24 16:23:10', '5065565128377eb63f09563dec61247652c6af42', 'GET', 'http://localhost:8000', '/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (301, '2025-03-24 16:23:31', '2025-03-24 16:23:31', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://localhost:8000/status', 'status', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (302, '2025-03-24 19:25:37', '2025-03-24 19:25:37', '5065565128377eb63f09563dec61247652c6af42', 'GET', 'http://localhost:8000', '/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (303, '2025-03-24 19:29:37', '2025-03-24 19:29:37', '5065565128377eb63f09563dec61247652c6af42', 'GET', 'http://localhost:8000', '/', 'Mozilla/5.0 (Linux; Android 8.0.0; Nexus 5X Build/OPR4.170623.006) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36', 'AndroidOS', '8.0.0', 'Opera', '0', 'Nexus', 0, 1, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (304, '2025-03-24 19:29:54', '2025-03-24 19:29:54', '5065565128377eb63f09563dec61247652c6af42', 'GET', 'http://localhost:8000', '/', 'Mozilla/5.0 (Linux; Android 8.0.0; Nexus 5X Build/OPR4.170623.006) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36', 'AndroidOS', '8.0.0', 'Opera', '0', 'Nexus', 0, 1, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (305, '2025-03-24 19:30:10', '2025-03-24 19:30:10', '5065565128377eb63f09563dec61247652c6af42', 'GET', 'http://localhost:8000', '/', 'Mozilla/5.0 (Linux; Android 8.0.0; Nexus 5X Build/OPR4.170623.006) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36', 'AndroidOS', '8.0.0', 'Opera', '0', 'Nexus', 0, 1, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (306, '2025-03-24 19:30:29', '2025-03-24 19:30:29', '5065565128377eb63f09563dec61247652c6af42', 'GET', 'http://localhost:8000', '/', 'Mozilla/5.0 (Linux; Android 8.0.0; Nexus 5X Build/OPR4.170623.006) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36', 'AndroidOS', '8.0.0', 'Opera', '0', 'Nexus', 0, 1, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (307, '2025-03-24 19:32:18', '2025-03-24 19:32:18', 'd1e76eaafd8a2c3fdf5458b3e9cb7eb469ab95ec', 'GET', 'http://localhost:8000/home', 'home', 'Mozilla/5.0 (Linux; Android 8.0.0; Nexus 5X Build/OPR4.170623.006) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36', 'AndroidOS', '8.0.0', 'Opera', '0', 'Nexus', 0, 1, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (308, '2025-03-24 19:32:36', '2025-03-24 19:32:36', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://localhost:8000/status', 'status', 'Mozilla/5.0 (Linux; Android 8.0.0; Nexus 5X Build/OPR4.170623.006) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36', 'AndroidOS', '8.0.0', 'Opera', '0', 'Nexus', 0, 1, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (309, '2025-03-24 19:34:15', '2025-03-24 19:34:15', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://localhost:8000/status', 'status', 'Mozilla/5.0 (Linux; Android 8.0.0; Nexus 5X Build/OPR4.170623.006) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36', 'AndroidOS', '8.0.0', 'Opera', '0', 'Nexus', 0, 1, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (310, '2025-03-24 19:34:42', '2025-03-24 19:34:42', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://localhost:8000/status', 'status', 'Mozilla/5.0 (Linux; Android 8.0.0; Nexus 5X Build/OPR4.170623.006) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36', 'AndroidOS', '8.0.0', 'Opera', '0', 'Nexus', 0, 1, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (311, '2025-03-24 19:35:21', '2025-03-24 19:35:21', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://localhost:8000/status', 'status', 'Mozilla/5.0 (Linux; Android 8.0.0; Nexus 5X Build/OPR4.170623.006) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36', 'AndroidOS', '8.0.0', 'Opera', '0', 'Nexus', 0, 1, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (312, '2025-03-24 19:37:00', '2025-03-24 19:37:00', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://localhost:8000/status', 'status', 'Mozilla/5.0 (Linux; Android 8.0.0; Nexus 5X Build/OPR4.170623.006) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36', 'AndroidOS', '8.0.0', 'Opera', '0', 'Nexus', 0, 1, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (313, '2025-03-24 19:37:38', '2025-03-24 19:37:38', '7f0c12e89433760951bfa1ac12859bf94ba23f28', 'GET', 'http://localhost:8000/status', 'status', 'Mozilla/5.0 (Linux; Android 8.0.0; Nexus 5X Build/OPR4.170623.006) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36', 'AndroidOS', '8.0.0', 'Opera', '0', 'Nexus', 0, 1, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (314, '2025-03-25 05:36:50', '2025-03-25 05:36:50', 'ec4b89e1b2c6fccc77b4cf2e2d008fd481f0a80b', 'GET', 'http://127.0.0.1:8000/admin/dashboard', 'admin/dashboard', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (315, '2025-03-25 05:36:50', '2025-03-25 05:36:50', '1f1891509c5e281da7d868f704c9b1f51fa68e06', 'GET', 'http://127.0.0.1:8000/admin/auth/login', 'admin/auth/login', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (316, '2025-03-25 05:36:59', '2025-03-25 05:36:59', '68e8be2802d05de27f1e4bc5f2b3e222dbf6d605', 'POST', 'http://127.0.0.1:8000/admin/auth/action_login', 'admin/auth/action_login', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (317, '2025-03-25 05:36:59', '2025-03-25 05:36:59', 'ec4b89e1b2c6fccc77b4cf2e2d008fd481f0a80b', 'GET', 'http://127.0.0.1:8000/admin/dashboard', 'admin/dashboard', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (318, '2025-03-25 05:50:31', '2025-03-25 05:50:31', '81aada45acef19a9644f4daa31b3f48ee1cfee7b', 'GET', 'http://127.0.0.1:8000/admin/user', 'admin/user', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (319, '2025-03-25 05:51:34', '2025-03-25 05:51:34', 'ec4b89e1b2c6fccc77b4cf2e2d008fd481f0a80b', 'GET', 'http://127.0.0.1:8000/admin/dashboard', 'admin/dashboard', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (320, '2025-03-25 05:52:43', '2025-03-25 05:52:43', 'ec4b89e1b2c6fccc77b4cf2e2d008fd481f0a80b', 'GET', 'http://127.0.0.1:8000/admin/dashboard', 'admin/dashboard', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (321, '2025-03-25 05:53:55', '2025-03-25 05:53:55', 'ec4b89e1b2c6fccc77b4cf2e2d008fd481f0a80b', 'GET', 'http://127.0.0.1:8000/admin/dashboard', 'admin/dashboard', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (322, '2025-03-25 05:55:35', '2025-03-25 05:55:35', 'ec4b89e1b2c6fccc77b4cf2e2d008fd481f0a80b', 'GET', 'http://127.0.0.1:8000/admin/dashboard', 'admin/dashboard', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (323, '2025-03-25 05:57:04', '2025-03-25 05:57:04', 'ec4b89e1b2c6fccc77b4cf2e2d008fd481f0a80b', 'GET', 'http://127.0.0.1:8000/admin/dashboard', 'admin/dashboard', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (324, '2025-03-25 05:59:38', '2025-03-25 05:59:38', 'ec4b89e1b2c6fccc77b4cf2e2d008fd481f0a80b', 'GET', 'http://127.0.0.1:8000/admin/dashboard', 'admin/dashboard', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (325, '2025-03-25 06:01:06', '2025-03-25 06:01:06', 'ec4b89e1b2c6fccc77b4cf2e2d008fd481f0a80b', 'GET', 'http://127.0.0.1:8000/admin/dashboard', 'admin/dashboard', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (326, '2025-03-25 06:01:42', '2025-03-25 06:01:42', 'ec4b89e1b2c6fccc77b4cf2e2d008fd481f0a80b', 'GET', 'http://127.0.0.1:8000/admin/dashboard', 'admin/dashboard', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (327, '2025-03-25 06:20:53', '2025-03-25 06:20:53', 'ec4b89e1b2c6fccc77b4cf2e2d008fd481f0a80b', 'GET', 'http://127.0.0.1:8000/admin/dashboard', 'admin/dashboard', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (328, '2025-03-25 06:21:00', '2025-03-25 06:21:00', 'ec4b89e1b2c6fccc77b4cf2e2d008fd481f0a80b', 'GET', 'http://127.0.0.1:8000/admin/dashboard', 'admin/dashboard', 'Mozilla/5.0 (Linux; Android 8.0.0; Nexus 5X Build/OPR4.170623.006) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36', 'AndroidOS', '8.0.0', 'Opera', '0', 'Nexus', 0, 1, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (329, '2025-03-25 06:21:32', '2025-03-25 06:21:32', 'ec4b89e1b2c6fccc77b4cf2e2d008fd481f0a80b', 'GET', 'http://127.0.0.1:8000/admin/dashboard', 'admin/dashboard', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (330, '2025-03-25 06:22:09', '2025-03-25 06:22:09', 'ec4b89e1b2c6fccc77b4cf2e2d008fd481f0a80b', 'GET', 'http://127.0.0.1:8000/admin/dashboard', 'admin/dashboard', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (331, '2025-03-25 06:24:10', '2025-03-25 06:24:10', 'ec4b89e1b2c6fccc77b4cf2e2d008fd481f0a80b', 'GET', 'http://127.0.0.1:8000/admin/dashboard', 'admin/dashboard', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (332, '2025-03-25 06:25:17', '2025-03-25 06:25:17', 'ec4b89e1b2c6fccc77b4cf2e2d008fd481f0a80b', 'GET', 'http://127.0.0.1:8000/admin/dashboard', 'admin/dashboard', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (333, '2025-03-25 06:26:37', '2025-03-25 06:26:37', 'ec4b89e1b2c6fccc77b4cf2e2d008fd481f0a80b', 'GET', 'http://127.0.0.1:8000/admin/dashboard', 'admin/dashboard', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (334, '2025-03-25 06:28:38', '2025-03-25 06:28:38', 'ec4b89e1b2c6fccc77b4cf2e2d008fd481f0a80b', 'GET', 'http://127.0.0.1:8000/admin/dashboard', 'admin/dashboard', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (335, '2025-03-25 06:28:40', '2025-03-25 06:28:40', 'ec4b89e1b2c6fccc77b4cf2e2d008fd481f0a80b', 'GET', 'http://127.0.0.1:8000/admin/dashboard', 'admin/dashboard', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (336, '2025-03-25 06:29:00', '2025-03-25 06:29:00', 'ec4b89e1b2c6fccc77b4cf2e2d008fd481f0a80b', 'GET', 'http://127.0.0.1:8000/admin/dashboard', 'admin/dashboard', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (337, '2025-03-25 06:29:01', '2025-03-25 06:29:01', 'ec4b89e1b2c6fccc77b4cf2e2d008fd481f0a80b', 'GET', 'http://127.0.0.1:8000/admin/dashboard', 'admin/dashboard', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (338, '2025-03-25 06:29:04', '2025-03-25 06:29:04', 'ec4b89e1b2c6fccc77b4cf2e2d008fd481f0a80b', 'GET', 'http://127.0.0.1:8000/admin/dashboard', 'admin/dashboard', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (339, '2025-03-25 06:29:15', '2025-03-25 06:29:15', 'ec4b89e1b2c6fccc77b4cf2e2d008fd481f0a80b', 'GET', 'http://127.0.0.1:8000/admin/dashboard', 'admin/dashboard', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (340, '2025-03-25 06:29:49', '2025-03-25 06:29:49', 'ec4b89e1b2c6fccc77b4cf2e2d008fd481f0a80b', 'GET', 'http://127.0.0.1:8000/admin/dashboard', 'admin/dashboard', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (341, '2025-03-25 06:30:12', '2025-03-25 06:30:12', 'ec4b89e1b2c6fccc77b4cf2e2d008fd481f0a80b', 'GET', 'http://127.0.0.1:8000/admin/dashboard', 'admin/dashboard', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (342, '2025-03-25 06:30:45', '2025-03-25 06:30:45', 'ec4b89e1b2c6fccc77b4cf2e2d008fd481f0a80b', 'GET', 'http://127.0.0.1:8000/admin/dashboard', 'admin/dashboard', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (343, '2025-03-25 06:32:24', '2025-03-25 06:32:24', 'ec4b89e1b2c6fccc77b4cf2e2d008fd481f0a80b', 'GET', 'http://127.0.0.1:8000/admin/dashboard', 'admin/dashboard', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (344, '2025-03-25 06:34:36', '2025-03-25 06:34:36', 'ec4b89e1b2c6fccc77b4cf2e2d008fd481f0a80b', 'GET', 'http://127.0.0.1:8000/admin/dashboard', 'admin/dashboard', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (345, '2025-03-25 06:35:03', '2025-03-25 06:35:03', 'b2383d8a4f8fb5522cabca84be0338e6f8916578', 'GET', 'http://127.0.0.1:8000/admin/category', 'admin/category', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (346, '2025-03-25 06:35:12', '2025-03-25 06:35:12', '4dabe7a1e2a0d5fc3482d9c268e0ef466986b919', 'GET', 'http://127.0.0.1:8000/admin/complain', 'admin/complain', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (347, '2025-03-25 06:35:14', '2025-03-25 06:35:14', 'b2383d8a4f8fb5522cabca84be0338e6f8916578', 'GET', 'http://127.0.0.1:8000/admin/category', 'admin/category', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (348, '2025-03-25 06:35:14', '2025-03-25 06:35:14', '4dabe7a1e2a0d5fc3482d9c268e0ef466986b919', 'GET', 'http://127.0.0.1:8000/admin/complain', 'admin/complain', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (349, '2025-03-25 06:35:15', '2025-03-25 06:35:15', '8a46411d221d0c6fc62546be8f57c0cb542d3acd', 'GET', 'http://127.0.0.1:8000/admin/setting', 'admin/setting', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (350, '2025-03-25 06:35:17', '2025-03-25 06:35:17', '4dabe7a1e2a0d5fc3482d9c268e0ef466986b919', 'GET', 'http://127.0.0.1:8000/admin/complain', 'admin/complain', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (351, '2025-03-25 06:48:01', '2025-03-25 06:48:01', '4dabe7a1e2a0d5fc3482d9c268e0ef466986b919', 'GET', 'http://127.0.0.1:8000/admin/complain', 'admin/complain', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (352, '2025-03-25 06:48:10', '2025-03-25 06:48:10', '4dabe7a1e2a0d5fc3482d9c268e0ef466986b919', 'GET', 'http://127.0.0.1:8000/admin/complain', 'admin/complain', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (353, '2025-03-25 06:50:33', '2025-03-25 06:50:33', '4dabe7a1e2a0d5fc3482d9c268e0ef466986b919', 'GET', 'http://127.0.0.1:8000/admin/complain', 'admin/complain', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (354, '2025-03-25 06:50:52', '2025-03-25 06:50:52', '4dabe7a1e2a0d5fc3482d9c268e0ef466986b919', 'GET', 'http://127.0.0.1:8000/admin/complain', 'admin/complain', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (355, '2025-03-25 06:51:25', '2025-03-25 06:51:25', 'ec4b89e1b2c6fccc77b4cf2e2d008fd481f0a80b', 'GET', 'http://127.0.0.1:8000/admin/dashboard', 'admin/dashboard', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (356, '2025-03-25 06:51:50', '2025-03-25 06:51:50', 'ec4b89e1b2c6fccc77b4cf2e2d008fd481f0a80b', 'GET', 'http://127.0.0.1:8000/admin/dashboard', 'admin/dashboard', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (357, '2025-03-25 06:52:44', '2025-03-25 06:52:44', 'ec4b89e1b2c6fccc77b4cf2e2d008fd481f0a80b', 'GET', 'http://127.0.0.1:8000/admin/dashboard', 'admin/dashboard', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (358, '2025-03-25 06:54:09', '2025-03-25 06:54:09', 'ec4b89e1b2c6fccc77b4cf2e2d008fd481f0a80b', 'GET', 'http://127.0.0.1:8000/admin/dashboard', 'admin/dashboard', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (359, '2025-03-25 06:54:22', '2025-03-25 06:54:22', 'ec4b89e1b2c6fccc77b4cf2e2d008fd481f0a80b', 'GET', 'http://127.0.0.1:8000/admin/dashboard', 'admin/dashboard', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (360, '2025-03-25 06:54:33', '2025-03-25 06:54:33', 'ec4b89e1b2c6fccc77b4cf2e2d008fd481f0a80b', 'GET', 'http://127.0.0.1:8000/admin/dashboard', 'admin/dashboard', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (361, '2025-03-25 06:55:56', '2025-03-25 06:55:56', 'ec4b89e1b2c6fccc77b4cf2e2d008fd481f0a80b', 'GET', 'http://127.0.0.1:8000/admin/dashboard', 'admin/dashboard', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (362, '2025-03-25 06:56:01', '2025-03-25 06:56:01', 'ec4b89e1b2c6fccc77b4cf2e2d008fd481f0a80b', 'GET', 'http://127.0.0.1:8000/admin/dashboard', 'admin/dashboard', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (363, '2025-03-25 06:56:32', '2025-03-25 06:56:32', 'ec4b89e1b2c6fccc77b4cf2e2d008fd481f0a80b', 'GET', 'http://127.0.0.1:8000/admin/dashboard', 'admin/dashboard', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (364, '2025-03-25 06:57:08', '2025-03-25 06:57:08', 'ec4b89e1b2c6fccc77b4cf2e2d008fd481f0a80b', 'GET', 'http://127.0.0.1:8000/admin/dashboard', 'admin/dashboard', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (365, '2025-03-25 06:57:34', '2025-03-25 06:57:34', 'ec4b89e1b2c6fccc77b4cf2e2d008fd481f0a80b', 'GET', 'http://127.0.0.1:8000/admin/dashboard', 'admin/dashboard', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (366, '2025-03-25 06:57:36', '2025-03-25 06:57:36', 'ec4b89e1b2c6fccc77b4cf2e2d008fd481f0a80b', 'GET', 'http://127.0.0.1:8000/admin/dashboard', 'admin/dashboard', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (367, '2025-03-25 06:57:37', '2025-03-25 06:57:37', 'ec4b89e1b2c6fccc77b4cf2e2d008fd481f0a80b', 'GET', 'http://127.0.0.1:8000/admin/dashboard', 'admin/dashboard', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (368, '2025-03-25 06:57:38', '2025-03-25 06:57:38', 'ec4b89e1b2c6fccc77b4cf2e2d008fd481f0a80b', 'GET', 'http://127.0.0.1:8000/admin/dashboard', 'admin/dashboard', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (369, '2025-03-25 06:57:39', '2025-03-25 06:57:39', 'ec4b89e1b2c6fccc77b4cf2e2d008fd481f0a80b', 'GET', 'http://127.0.0.1:8000/admin/dashboard', 'admin/dashboard', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (370, '2025-03-25 06:57:40', '2025-03-25 06:57:40', 'ec4b89e1b2c6fccc77b4cf2e2d008fd481f0a80b', 'GET', 'http://127.0.0.1:8000/admin/dashboard', 'admin/dashboard', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (371, '2025-03-25 06:57:41', '2025-03-25 06:57:41', 'ec4b89e1b2c6fccc77b4cf2e2d008fd481f0a80b', 'GET', 'http://127.0.0.1:8000/admin/dashboard', 'admin/dashboard', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (372, '2025-03-25 06:57:45', '2025-03-25 06:57:45', 'ec4b89e1b2c6fccc77b4cf2e2d008fd481f0a80b', 'GET', 'http://127.0.0.1:8000/admin/dashboard', 'admin/dashboard', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (373, '2025-03-25 06:57:46', '2025-03-25 06:57:46', 'ec4b89e1b2c6fccc77b4cf2e2d008fd481f0a80b', 'GET', 'http://127.0.0.1:8000/admin/dashboard', 'admin/dashboard', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (374, '2025-03-25 06:58:00', '2025-03-25 06:58:00', 'ec4b89e1b2c6fccc77b4cf2e2d008fd481f0a80b', 'GET', 'http://127.0.0.1:8000/admin/dashboard', 'admin/dashboard', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (375, '2025-03-25 06:58:01', '2025-03-25 06:58:01', 'ec4b89e1b2c6fccc77b4cf2e2d008fd481f0a80b', 'GET', 'http://127.0.0.1:8000/admin/dashboard', 'admin/dashboard', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (376, '2025-03-25 08:28:43', '2025-03-25 08:28:43', 'ec4b89e1b2c6fccc77b4cf2e2d008fd481f0a80b', 'GET', 'http://127.0.0.1:8000/admin/dashboard', 'admin/dashboard', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (377, '2025-03-25 08:31:31', '2025-03-25 08:31:31', 'b2383d8a4f8fb5522cabca84be0338e6f8916578', 'GET', 'http://127.0.0.1:8000/admin/category', 'admin/category', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (378, '2025-03-25 08:36:18', '2025-03-25 08:36:18', 'b2383d8a4f8fb5522cabca84be0338e6f8916578', 'GET', 'http://127.0.0.1:8000/admin/category', 'admin/category', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (379, '2025-03-25 08:37:05', '2025-03-25 08:37:05', 'b2383d8a4f8fb5522cabca84be0338e6f8916578', 'GET', 'http://127.0.0.1:8000/admin/category', 'admin/category', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (380, '2025-03-25 08:37:19', '2025-03-25 08:37:19', 'b2383d8a4f8fb5522cabca84be0338e6f8916578', 'GET', 'http://127.0.0.1:8000/admin/category', 'admin/category', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (381, '2025-03-25 08:37:35', '2025-03-25 08:37:35', 'b2383d8a4f8fb5522cabca84be0338e6f8916578', 'GET', 'http://127.0.0.1:8000/admin/category', 'admin/category', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (382, '2025-03-25 08:37:45', '2025-03-25 08:37:45', 'b2383d8a4f8fb5522cabca84be0338e6f8916578', 'GET', 'http://127.0.0.1:8000/admin/category', 'admin/category', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (383, '2025-03-25 08:38:40', '2025-03-25 08:38:40', 'b2383d8a4f8fb5522cabca84be0338e6f8916578', 'GET', 'http://127.0.0.1:8000/admin/category', 'admin/category', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (384, '2025-03-25 08:38:55', '2025-03-25 08:38:55', 'b2383d8a4f8fb5522cabca84be0338e6f8916578', 'GET', 'http://127.0.0.1:8000/admin/category', 'admin/category', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (385, '2025-03-25 08:39:17', '2025-03-25 08:39:17', 'b2383d8a4f8fb5522cabca84be0338e6f8916578', 'GET', 'http://127.0.0.1:8000/admin/category', 'admin/category', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (386, '2025-03-25 08:39:22', '2025-03-25 08:39:22', 'b2383d8a4f8fb5522cabca84be0338e6f8916578', 'GET', 'http://127.0.0.1:8000/admin/category', 'admin/category', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (387, '2025-03-25 08:39:30', '2025-03-25 08:39:30', 'b2383d8a4f8fb5522cabca84be0338e6f8916578', 'GET', 'http://127.0.0.1:8000/admin/category', 'admin/category', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (388, '2025-03-25 08:39:39', '2025-03-25 08:39:39', 'b2383d8a4f8fb5522cabca84be0338e6f8916578', 'GET', 'http://127.0.0.1:8000/admin/category', 'admin/category', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (389, '2025-03-25 08:39:49', '2025-03-25 08:39:49', 'c9bbe2bf887a5037b6f0c27df6eadaf82ada6fe6', 'GET', 'http://127.0.0.1:8000/admin/category/1', 'admin/category/1', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (390, '2025-03-25 08:40:37', '2025-03-25 08:40:37', 'c9bbe2bf887a5037b6f0c27df6eadaf82ada6fe6', 'GET', 'http://127.0.0.1:8000/admin/category/1', 'admin/category/1', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (391, '2025-03-25 08:41:14', '2025-03-25 08:41:14', 'c9bbe2bf887a5037b6f0c27df6eadaf82ada6fe6', 'GET', 'http://127.0.0.1:8000/admin/category/1', 'admin/category/1', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (392, '2025-03-25 08:43:24', '2025-03-25 08:43:24', '6a9275e92a5d8b6198444ed42e7cd04be2d97d00', 'GET', 'http://127.0.0.1:8000/admin/category/create', 'admin/category/create', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (393, '2025-03-25 08:44:02', '2025-03-25 08:44:02', '6a9275e92a5d8b6198444ed42e7cd04be2d97d00', 'GET', 'http://127.0.0.1:8000/admin/category/create', 'admin/category/create', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (394, '2025-03-25 08:44:13', '2025-03-25 08:44:13', 'b2383d8a4f8fb5522cabca84be0338e6f8916578', 'GET', 'http://127.0.0.1:8000/admin/category', 'admin/category', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (395, '2025-03-25 08:44:17', '2025-03-25 08:44:17', '590f2358e87075c4c6513e94ead46bf6ff47a518', 'GET', 'http://127.0.0.1:8000/admin/category/8/edit', 'admin/category/8/edit', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (396, '2025-03-25 08:50:32', '2025-03-25 08:50:32', '590f2358e87075c4c6513e94ead46bf6ff47a518', 'GET', 'http://127.0.0.1:8000/admin/category/8/edit', 'admin/category/8/edit', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (397, '2025-03-25 08:50:40', '2025-03-25 08:50:40', 'b2383d8a4f8fb5522cabca84be0338e6f8916578', 'GET', 'http://127.0.0.1:8000/admin/category', 'admin/category', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (398, '2025-03-25 08:50:46', '2025-03-25 08:50:46', 'b2383d8a4f8fb5522cabca84be0338e6f8916578', 'GET', 'http://127.0.0.1:8000/admin/category', 'admin/category', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (399, '2025-03-25 08:54:11', '2025-03-25 08:54:11', '81aada45acef19a9644f4daa31b3f48ee1cfee7b', 'GET', 'http://127.0.0.1:8000/admin/user', 'admin/user', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (400, '2025-03-25 08:54:17', '2025-03-25 08:54:17', '81aada45acef19a9644f4daa31b3f48ee1cfee7b', 'GET', 'http://127.0.0.1:8000/admin/user', 'admin/user', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (401, '2025-03-25 08:54:36', '2025-03-25 08:54:36', '81aada45acef19a9644f4daa31b3f48ee1cfee7b', 'GET', 'http://127.0.0.1:8000/admin/user', 'admin/user', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (402, '2025-03-25 08:54:47', '2025-03-25 08:54:47', '81aada45acef19a9644f4daa31b3f48ee1cfee7b', 'GET', 'http://127.0.0.1:8000/admin/user', 'admin/user', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (403, '2025-03-25 08:54:59', '2025-03-25 08:54:59', '81aada45acef19a9644f4daa31b3f48ee1cfee7b', 'GET', 'http://127.0.0.1:8000/admin/user', 'admin/user', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (404, '2025-03-25 08:56:07', '2025-03-25 08:56:07', '81aada45acef19a9644f4daa31b3f48ee1cfee7b', 'GET', 'http://127.0.0.1:8000/admin/user', 'admin/user', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (405, '2025-03-25 08:57:27', '2025-03-25 08:57:27', 'e77d010a77391fcac92d22c95285349a4c490bdf', 'GET', 'http://127.0.0.1:8000/admin/user/2', 'admin/user/2', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (406, '2025-03-25 08:58:44', '2025-03-25 08:58:44', 'e77d010a77391fcac92d22c95285349a4c490bdf', 'GET', 'http://127.0.0.1:8000/admin/user/2', 'admin/user/2', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (407, '2025-03-25 08:58:50', '2025-03-25 08:58:50', '81aada45acef19a9644f4daa31b3f48ee1cfee7b', 'GET', 'http://127.0.0.1:8000/admin/user', 'admin/user', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (408, '2025-03-25 09:24:33', '2025-03-25 09:24:33', '48d89a73f54268e815c0582d138c54d5540af001', 'GET', 'http://127.0.0.1:8000/admin/user/1/edit', 'admin/user/1/edit', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (409, '2025-03-25 09:25:11', '2025-03-25 09:25:11', '48d89a73f54268e815c0582d138c54d5540af001', 'GET', 'http://127.0.0.1:8000/admin/user/1/edit', 'admin/user/1/edit', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (410, '2025-03-25 09:25:16', '2025-03-25 09:25:16', '81aada45acef19a9644f4daa31b3f48ee1cfee7b', 'GET', 'http://127.0.0.1:8000/admin/user', 'admin/user', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (411, '2025-03-25 09:25:19', '2025-03-25 09:25:19', 'e77d010a77391fcac92d22c95285349a4c490bdf', 'GET', 'http://127.0.0.1:8000/admin/user/1', 'admin/user/1', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (412, '2025-03-25 09:25:30', '2025-03-25 09:25:30', '48d89a73f54268e815c0582d138c54d5540af001', 'GET', 'http://127.0.0.1:8000/admin/user/1/edit', 'admin/user/1/edit', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (413, '2025-03-25 09:25:34', '2025-03-25 09:25:34', '81aada45acef19a9644f4daa31b3f48ee1cfee7b', 'GET', 'http://127.0.0.1:8000/admin/user', 'admin/user', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (414, '2025-03-25 09:25:39', '2025-03-25 09:25:39', '48d89a73f54268e815c0582d138c54d5540af001', 'GET', 'http://127.0.0.1:8000/admin/user/2/edit', 'admin/user/2/edit', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (415, '2025-03-25 09:30:43', '2025-03-25 09:30:43', '48d89a73f54268e815c0582d138c54d5540af001', 'GET', 'http://127.0.0.1:8000/admin/user/2/edit', 'admin/user/2/edit', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (416, '2025-03-25 09:30:48', '2025-03-25 09:30:48', '4524b5eb822c34ca6fcf2eed2be896db908f2d81', 'GET', 'http://127.0.0.1:8000/admin/user/create', 'admin/user/create', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (417, '2025-03-25 09:32:30', '2025-03-25 09:32:30', 'b2383d8a4f8fb5522cabca84be0338e6f8916578', 'GET', 'http://127.0.0.1:8000/admin/category', 'admin/category', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (418, '2025-03-25 09:32:35', '2025-03-25 09:32:35', 'b2383d8a4f8fb5522cabca84be0338e6f8916578', 'GET', 'http://127.0.0.1:8000/admin/category', 'admin/category', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (419, '2025-03-25 09:32:45', '2025-03-25 09:32:45', '81aada45acef19a9644f4daa31b3f48ee1cfee7b', 'GET', 'http://127.0.0.1:8000/admin/user', 'admin/user', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (420, '2025-03-25 09:33:09', '2025-03-25 09:33:09', 'ec4b89e1b2c6fccc77b4cf2e2d008fd481f0a80b', 'GET', 'http://127.0.0.1:8000/admin/dashboard', 'admin/dashboard', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (421, '2025-03-25 09:33:13', '2025-03-25 09:33:13', 'ec4b89e1b2c6fccc77b4cf2e2d008fd481f0a80b', 'GET', 'http://127.0.0.1:8000/admin/dashboard', 'admin/dashboard', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (422, '2025-03-25 09:33:22', '2025-03-25 09:33:22', 'ec4b89e1b2c6fccc77b4cf2e2d008fd481f0a80b', 'GET', 'http://127.0.0.1:8000/admin/dashboard', 'admin/dashboard', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (423, '2025-03-25 09:33:45', '2025-03-25 09:33:45', 'ec4b89e1b2c6fccc77b4cf2e2d008fd481f0a80b', 'GET', 'http://127.0.0.1:8000/admin/dashboard', 'admin/dashboard', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (424, '2025-03-25 09:34:49', '2025-03-25 09:34:49', 'ec4b89e1b2c6fccc77b4cf2e2d008fd481f0a80b', 'GET', 'http://127.0.0.1:8000/admin/dashboard', 'admin/dashboard', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (425, '2025-03-25 09:35:23', '2025-03-25 09:35:23', 'ec4b89e1b2c6fccc77b4cf2e2d008fd481f0a80b', 'GET', 'http://127.0.0.1:8000/admin/dashboard', 'admin/dashboard', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (426, '2025-03-25 09:35:40', '2025-03-25 09:35:40', 'ec4b89e1b2c6fccc77b4cf2e2d008fd481f0a80b', 'GET', 'http://127.0.0.1:8000/admin/dashboard', 'admin/dashboard', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (427, '2025-03-25 09:36:30', '2025-03-25 09:36:30', 'ec4b89e1b2c6fccc77b4cf2e2d008fd481f0a80b', 'GET', 'http://127.0.0.1:8000/admin/dashboard', 'admin/dashboard', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (428, '2025-03-25 09:37:18', '2025-03-25 09:37:18', 'b2383d8a4f8fb5522cabca84be0338e6f8916578', 'GET', 'http://127.0.0.1:8000/admin/category', 'admin/category', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (429, '2025-03-25 09:37:43', '2025-03-25 09:37:43', '8a46411d221d0c6fc62546be8f57c0cb542d3acd', 'GET', 'http://127.0.0.1:8000/admin/setting', 'admin/setting', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (430, '2025-03-25 09:37:43', '2025-03-25 09:37:43', '81aada45acef19a9644f4daa31b3f48ee1cfee7b', 'GET', 'http://127.0.0.1:8000/admin/user', 'admin/user', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (431, '2025-03-25 09:38:51', '2025-03-25 09:38:51', '4524b5eb822c34ca6fcf2eed2be896db908f2d81', 'GET', 'http://127.0.0.1:8000/admin/user/create', 'admin/user/create', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (432, '2025-03-25 09:39:19', '2025-03-25 09:39:19', '4524b5eb822c34ca6fcf2eed2be896db908f2d81', 'GET', 'http://127.0.0.1:8000/admin/user/create', 'admin/user/create', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (433, '2025-03-25 09:39:45', '2025-03-25 09:39:45', '81aada45acef19a9644f4daa31b3f48ee1cfee7b', 'GET', 'http://127.0.0.1:8000/admin/user', 'admin/user', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (434, '2025-03-25 09:40:17', '2025-03-25 09:40:17', '81aada45acef19a9644f4daa31b3f48ee1cfee7b', 'GET', 'http://127.0.0.1:8000/admin/user', 'admin/user', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (435, '2025-03-25 09:41:03', '2025-03-25 09:41:03', '81aada45acef19a9644f4daa31b3f48ee1cfee7b', 'GET', 'http://127.0.0.1:8000/admin/user', 'admin/user', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (436, '2025-03-25 09:41:11', '2025-03-25 09:41:11', '81aada45acef19a9644f4daa31b3f48ee1cfee7b', 'GET', 'http://127.0.0.1:8000/admin/user', 'admin/user', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (437, '2025-03-25 09:41:16', '2025-03-25 09:41:16', '48d89a73f54268e815c0582d138c54d5540af001', 'GET', 'http://127.0.0.1:8000/admin/user/3/edit', 'admin/user/3/edit', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (438, '2025-03-25 09:41:51', '2025-03-25 09:41:51', '48d89a73f54268e815c0582d138c54d5540af001', 'GET', 'http://127.0.0.1:8000/admin/user/3/edit', 'admin/user/3/edit', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (439, '2025-03-25 09:41:58', '2025-03-25 09:41:58', '81aada45acef19a9644f4daa31b3f48ee1cfee7b', 'GET', 'http://127.0.0.1:8000/admin/user', 'admin/user', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (440, '2025-03-25 09:42:03', '2025-03-25 09:42:03', '48d89a73f54268e815c0582d138c54d5540af001', 'GET', 'http://127.0.0.1:8000/admin/user/2/edit', 'admin/user/2/edit', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (441, '2025-03-25 09:42:12', '2025-03-25 09:42:12', '81aada45acef19a9644f4daa31b3f48ee1cfee7b', 'GET', 'http://127.0.0.1:8000/admin/user', 'admin/user', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (442, '2025-03-25 10:22:49', '2025-03-25 10:22:49', 'dd085097b1f2816b6ae8716ee6394e66a65ab40b', 'GET', 'http://127.0.0.1:8000/admin/rating', 'admin/rating', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (443, '2025-03-25 10:23:10', '2025-03-25 10:23:10', '2cdd721c801a7b3ebb6ca7e7e007013d022b21fb', 'GET', 'http://127.0.0.1:8000/admin/profile', 'admin/profile', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (444, '2025-03-25 10:24:16', '2025-03-25 10:24:16', '2cdd721c801a7b3ebb6ca7e7e007013d022b21fb', 'GET', 'http://127.0.0.1:8000/admin/profile', 'admin/profile', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (445, '2025-03-25 10:24:23', '2025-03-25 10:24:23', '81aada45acef19a9644f4daa31b3f48ee1cfee7b', 'GET', 'http://127.0.0.1:8000/admin/user', 'admin/user', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (446, '2025-03-25 10:24:27', '2025-03-25 10:24:27', '8a46411d221d0c6fc62546be8f57c0cb542d3acd', 'GET', 'http://127.0.0.1:8000/admin/setting', 'admin/setting', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (447, '2025-03-25 10:25:05', '2025-03-25 10:25:05', 'dd085097b1f2816b6ae8716ee6394e66a65ab40b', 'GET', 'http://127.0.0.1:8000/admin/rating', 'admin/rating', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (448, '2025-03-25 10:27:29', '2025-03-25 10:27:29', 'dd085097b1f2816b6ae8716ee6394e66a65ab40b', 'GET', 'http://127.0.0.1:8000/admin/rating', 'admin/rating', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (449, '2025-03-25 10:27:44', '2025-03-25 10:27:44', 'dd085097b1f2816b6ae8716ee6394e66a65ab40b', 'GET', 'http://127.0.0.1:8000/admin/rating', 'admin/rating', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (450, '2025-03-25 10:28:08', '2025-03-25 10:28:08', 'dd085097b1f2816b6ae8716ee6394e66a65ab40b', 'GET', 'http://127.0.0.1:8000/admin/rating', 'admin/rating', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (451, '2025-03-25 10:28:22', '2025-03-25 10:28:22', 'dd085097b1f2816b6ae8716ee6394e66a65ab40b', 'GET', 'http://127.0.0.1:8000/admin/rating', 'admin/rating', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (452, '2025-03-25 10:28:29', '2025-03-25 10:28:29', 'dd085097b1f2816b6ae8716ee6394e66a65ab40b', 'GET', 'http://127.0.0.1:8000/admin/rating', 'admin/rating', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (453, '2025-03-25 10:28:42', '2025-03-25 10:28:42', 'dd085097b1f2816b6ae8716ee6394e66a65ab40b', 'GET', 'http://127.0.0.1:8000/admin/rating', 'admin/rating', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (454, '2025-03-25 10:28:46', '2025-03-25 10:28:46', 'ec4b89e1b2c6fccc77b4cf2e2d008fd481f0a80b', 'GET', 'http://127.0.0.1:8000/admin/dashboard', 'admin/dashboard', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (455, '2025-03-25 10:33:38', '2025-03-25 10:33:38', 'ec4b89e1b2c6fccc77b4cf2e2d008fd481f0a80b', 'GET', 'http://127.0.0.1:8000/admin/dashboard', 'admin/dashboard', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (456, '2025-03-25 10:35:11', '2025-03-25 10:35:11', 'ec4b89e1b2c6fccc77b4cf2e2d008fd481f0a80b', 'GET', 'http://127.0.0.1:8000/admin/dashboard', 'admin/dashboard', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (457, '2025-03-25 10:35:17', '2025-03-25 10:35:17', 'ec4b89e1b2c6fccc77b4cf2e2d008fd481f0a80b', 'GET', 'http://127.0.0.1:8000/admin/dashboard', 'admin/dashboard', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (458, '2025-03-25 10:36:01', '2025-03-25 10:36:01', 'ec4b89e1b2c6fccc77b4cf2e2d008fd481f0a80b', 'GET', 'http://127.0.0.1:8000/admin/dashboard', 'admin/dashboard', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (459, '2025-03-25 10:36:29', '2025-03-25 10:36:29', 'ec4b89e1b2c6fccc77b4cf2e2d008fd481f0a80b', 'GET', 'http://127.0.0.1:8000/admin/dashboard', 'admin/dashboard', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (460, '2025-03-25 10:37:12', '2025-03-25 10:37:12', 'ec4b89e1b2c6fccc77b4cf2e2d008fd481f0a80b', 'GET', 'http://127.0.0.1:8000/admin/dashboard', 'admin/dashboard', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (461, '2025-03-25 10:38:03', '2025-03-25 10:38:03', 'ec4b89e1b2c6fccc77b4cf2e2d008fd481f0a80b', 'GET', 'http://127.0.0.1:8000/admin/dashboard', 'admin/dashboard', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (462, '2025-03-25 10:38:53', '2025-03-25 10:38:53', 'ec4b89e1b2c6fccc77b4cf2e2d008fd481f0a80b', 'GET', 'http://127.0.0.1:8000/admin/dashboard', 'admin/dashboard', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (463, '2025-03-25 10:39:00', '2025-03-25 10:39:00', 'ec4b89e1b2c6fccc77b4cf2e2d008fd481f0a80b', 'GET', 'http://127.0.0.1:8000/admin/dashboard', 'admin/dashboard', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (464, '2025-03-25 10:39:00', '2025-03-25 10:39:00', 'ec4b89e1b2c6fccc77b4cf2e2d008fd481f0a80b', 'GET', 'http://127.0.0.1:8000/admin/dashboard', 'admin/dashboard', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (465, '2025-03-25 10:39:25', '2025-03-25 10:39:25', 'ec4b89e1b2c6fccc77b4cf2e2d008fd481f0a80b', 'GET', 'http://127.0.0.1:8000/admin/dashboard', 'admin/dashboard', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (466, '2025-03-25 10:39:42', '2025-03-25 10:39:42', 'ec4b89e1b2c6fccc77b4cf2e2d008fd481f0a80b', 'GET', 'http://127.0.0.1:8000/admin/dashboard', 'admin/dashboard', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (467, '2025-03-25 10:39:59', '2025-03-25 10:39:59', 'ec4b89e1b2c6fccc77b4cf2e2d008fd481f0a80b', 'GET', 'http://127.0.0.1:8000/admin/dashboard', 'admin/dashboard', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (468, '2025-03-25 10:40:59', '2025-03-25 10:40:59', 'b2383d8a4f8fb5522cabca84be0338e6f8916578', 'GET', 'http://127.0.0.1:8000/admin/category', 'admin/category', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (469, '2025-03-25 10:41:00', '2025-03-25 10:41:00', 'dd085097b1f2816b6ae8716ee6394e66a65ab40b', 'GET', 'http://127.0.0.1:8000/admin/rating', 'admin/rating', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (470, '2025-03-25 10:41:01', '2025-03-25 10:41:01', '8a46411d221d0c6fc62546be8f57c0cb542d3acd', 'GET', 'http://127.0.0.1:8000/admin/setting', 'admin/setting', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (471, '2025-03-25 10:41:02', '2025-03-25 10:41:02', '81aada45acef19a9644f4daa31b3f48ee1cfee7b', 'GET', 'http://127.0.0.1:8000/admin/user', 'admin/user', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
INSERT INTO `logs` (`id`, `created_at`, `updated_at`, `fingerprint`, `method`, `fullurl`, `path`, `user_agent`, `os`, `os_version`, `browser`, `browser_version`, `device`, `is_desktop`, `is_mobile`, `is_tablet`, `ip`, `country_code`, `country_name`, `region_code`, `region_name`, `city_code`, `city_name`, `zip_code`, `latitude`, `longitude`) VALUES (472, '2025-03-25 10:41:02', '2025-03-25 10:41:02', 'dd085097b1f2816b6ae8716ee6394e66a65ab40b', 'GET', 'http://127.0.0.1:8000/admin/rating', 'admin/rating', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'OS X', '10_15_7', 'Chrome', '134.0.0.0', 'Macintosh', 1, 0, 0, '127.0.0.1', '', '', '', '', '', '', '', '', '');
COMMIT;

-- ----------------------------
-- Table structure for messages
-- ----------------------------
DROP TABLE IF EXISTS `messages`;
CREATE TABLE `messages` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `email` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `subject` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `message` text COLLATE utf8mb4_unicode_ci,
  `notes` text COLLATE utf8mb4_unicode_ci,
  `is_active` tinyint(1) NOT NULL DEFAULT '0',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `created_by` int DEFAULT NULL,
  `updated_by` int DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- ----------------------------
-- Records of messages
-- ----------------------------
BEGIN;
COMMIT;

-- ----------------------------
-- Table structure for migrations
-- ----------------------------
DROP TABLE IF EXISTS `migrations`;
CREATE TABLE `migrations` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `migration` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `batch` int NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- ----------------------------
-- Records of migrations
-- ----------------------------
BEGIN;
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES (1, '2014_10_12_000000_create_users_table', 1);
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES (2, '2019_02_08_105647_create_blocks_contents_tables', 1);
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES (3, '2019_12_14_000001_create_personal_access_tokens_table', 1);
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES (4, '2021_11_12_153947_remove_blocks_contents_tables', 1);
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES (5, '2024_03_16_043823_create_user_levels_table', 1);
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES (6, '2024_03_17_044652_create_settings_table', 1);
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES (7, '2024_03_31_165519_create_sessions_table', 1);
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES (8, '2024_04_01_120310_create_uploads_table', 1);
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES (9, '2024_04_13_105020_create_logs_table', 1);
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES (10, '2024_05_22_044522_create_messages_table', 1);
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES (11, '2025_05_22_044522_create_complain_categories_table', 2);
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES (12, '2025_05_22_044522_create_complain_logs', 3);
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES (13, '2025_05_22_044522_create_complains_table', 3);
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES (14, '2025_05_22_044522_create_ratings_table', 4);
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES (15, '2025_05_30_134048_update_complain_table', 5);
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES (16, '2025_05_30_134048_update_user_table', 5);
COMMIT;

-- ----------------------------
-- Table structure for personal_access_tokens
-- ----------------------------
DROP TABLE IF EXISTS `personal_access_tokens`;
CREATE TABLE `personal_access_tokens` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `tokenable_type` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `tokenable_id` bigint unsigned NOT NULL,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `token` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL,
  `abilities` text COLLATE utf8mb4_unicode_ci,
  `last_used_at` timestamp NULL DEFAULT NULL,
  `expires_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `personal_access_tokens_token_unique` (`token`),
  KEY `personal_access_tokens_tokenable_type_tokenable_id_index` (`tokenable_type`,`tokenable_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- ----------------------------
-- Records of personal_access_tokens
-- ----------------------------
BEGIN;
COMMIT;

-- ----------------------------
-- Table structure for ratings
-- ----------------------------
DROP TABLE IF EXISTS `ratings`;
CREATE TABLE `ratings` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `datetime` datetime NOT NULL,
  `rating` int NOT NULL,
  `search` varchar(199) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `complain_id` int NOT NULL,
  `notes` text COLLATE utf8mb4_unicode_ci,
  `is_active` tinyint(1) NOT NULL DEFAULT '0',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `created_by` int DEFAULT NULL,
  `updated_by` int DEFAULT NULL,
  PRIMARY KEY (`id`,`complain_id`) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- ----------------------------
-- Records of ratings
-- ----------------------------
BEGIN;
INSERT INTO `ratings` (`id`, `datetime`, `rating`, `search`, `complain_id`, `notes`, `is_active`, `created_at`, `updated_at`, `created_by`, `updated_by`) VALUES (1, '2025-03-24 00:00:00', 2, NULL, 0, NULL, 0, '2025-03-24 14:21:27', '2025-03-24 14:21:27', NULL, NULL);
INSERT INTO `ratings` (`id`, `datetime`, `rating`, `search`, `complain_id`, `notes`, `is_active`, `created_at`, `updated_at`, `created_by`, `updated_by`) VALUES (2, '2025-03-24 00:00:00', 3, NULL, 0, NULL, 0, '2025-03-24 14:24:00', '2025-03-24 14:24:00', NULL, NULL);
INSERT INTO `ratings` (`id`, `datetime`, `rating`, `search`, `complain_id`, `notes`, `is_active`, `created_at`, `updated_at`, `created_by`, `updated_by`) VALUES (3, '2025-03-24 00:00:00', 3, 'id', 3, NULL, 0, '2025-03-24 14:26:53', '2025-03-24 14:26:53', NULL, NULL);
COMMIT;

-- ----------------------------
-- Table structure for sessions
-- ----------------------------
DROP TABLE IF EXISTS `sessions`;
CREATE TABLE `sessions` (
  `id` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `user_id` bigint unsigned DEFAULT NULL,
  `ip_address` varchar(45) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `user_agent` text COLLATE utf8mb4_unicode_ci,
  `payload` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `last_activity` int NOT NULL,
  PRIMARY KEY (`id`),
  KEY `sessions_user_id_index` (`user_id`),
  KEY `sessions_last_activity_index` (`last_activity`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- ----------------------------
-- Records of sessions
-- ----------------------------
BEGIN;
INSERT INTO `sessions` (`id`, `user_id`, `ip_address`, `user_agent`, `payload`, `last_activity`) VALUES ('6X5iJMlGTDB1AYMfJ1XolYM2GCbKGRJFHcBmRHvK', NULL, '127.0.0.1', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36', 'YToxMTp7czo2OiJfdG9rZW4iO3M6NDA6Imk3TVpoc1d2YWFDb2lGUkFNbkNQRXltWnpkb2s3MnlOVktpNTFOc0giO3M6NjoiX2ZsYXNoIjthOjI6e3M6MzoibmV3IjthOjA6e31zOjM6Im9sZCI7YTowOnt9fXM6OToiX3ByZXZpb3VzIjthOjE6e3M6MzoidXJsIjtzOjM0OiJodHRwOi8vMTI3LjAuMC4xOjgwMDAvYWRtaW4vcmF0aW5nIjt9czo3OiJ1c2VyX2lkIjtpOjE7czoxMzoidXNlcl9sZXZlbF9pZCI7aToxO3M6MTU6InVzZXJfbGV2ZWxfbmFtZSI7czoxMToiU3VwZXIgQWRtaW4iO3M6OToidXNlcl9uYW1lIjtzOjU6IkFkbWluIjtzOjEwOiJ1c2VyX2VtYWlsIjtzOjE1OiJhZG1pbkBlbWFpbC5jb20iO3M6MTI6InVzZXJfcGljdHVyZSI7czoxMToibm9pbWFnZS5qcGciO3M6NToidG9rZW4iO3M6MzM1OiJleUowZVhBaU9pSktWMVFpTENKaGJHY2lPaUpJVXpJMU5pSjkuZXlKcGMzTWlPaUpvZEhSd09pOHZNVEkzTGpBdU1DNHhPamd3TURBdllXUnRhVzR2WVhWMGFDOWhZM1JwYjI1ZmJHOW5hVzRpTENKcFlYUWlPakUzTkRJNE5UVTRNVGtzSW1WNGNDSTZNVGMwTWprME1qSXhPU3dpYm1KbUlqb3hOelF5T0RVMU9ERTVMQ0pxZEdraU9pSnVUMUJQV2preU9XTTFXSFUwUldkM0lpd2ljM1ZpSWpvaU1TSXNJbkJ5ZGlJNklqSXpZbVExWXpnNU5EbG1OakF3WVdSaU16bGxOekF4WXpRd01EZzNNbVJpTjJFMU9UYzJaamNpZlEua09QMmIxWmZya2s4bnMtOHgwX3NIRWk3X3dxXzM0YnpNWEM4Qk1ZQmxfZyI7czoyMjoiUEhQREVCVUdCQVJfU1RBQ0tfREFUQSI7YTowOnt9fQ==', 1742874062);
COMMIT;

-- ----------------------------
-- Table structure for settings
-- ----------------------------
DROP TABLE IF EXISTS `settings`;
CREATE TABLE `settings` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `type` text COLLATE utf8mb4_unicode_ci,
  `key` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `value` text COLLATE utf8mb4_unicode_ci,
  `notes` text COLLATE utf8mb4_unicode_ci,
  `is_active` tinyint(1) NOT NULL DEFAULT '0',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `created_by` int DEFAULT NULL,
  `updated_by` int DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `settings_key_unique` (`key`)
) ENGINE=InnoDB AUTO_INCREMENT=23 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- ----------------------------
-- Records of settings
-- ----------------------------
BEGIN;
INSERT INTO `settings` (`id`, `type`, `key`, `value`, `notes`, `is_active`, `created_at`, `updated_at`, `created_by`, `updated_by`) VALUES (1, 'text', 'name', 'digiCRM', NULL, 1, '2025-03-15 15:36:11', '2025-03-15 15:36:11', NULL, NULL);
INSERT INTO `settings` (`id`, `type`, `key`, `value`, `notes`, `is_active`, `created_at`, `updated_at`, `created_by`, `updated_by`) VALUES (2, 'text', 'copyright', 'Copyright @2025 digiCRM', NULL, 1, '2025-03-15 15:36:11', '2025-03-15 15:36:11', NULL, NULL);
INSERT INTO `settings` (`id`, `type`, `key`, `value`, `notes`, `is_active`, `created_at`, `updated_at`, `created_by`, `updated_by`) VALUES (3, 'longtext', 'footer-about', 'Lorem Ipsum', NULL, 1, '2025-03-15 15:36:11', '2025-03-15 15:36:11', NULL, NULL);
INSERT INTO `settings` (`id`, `type`, `key`, `value`, `notes`, `is_active`, `created_at`, `updated_at`, `created_by`, `updated_by`) VALUES (4, 'text', 'address', 'Bandung', NULL, 1, '2025-03-15 15:36:11', '2025-03-15 15:36:11', NULL, NULL);
INSERT INTO `settings` (`id`, `type`, `key`, `value`, `notes`, `is_active`, `created_at`, `updated_at`, `created_by`, `updated_by`) VALUES (5, 'text', 'phone', '085', NULL, 1, '2025-03-15 15:36:11', '2025-03-15 15:36:11', NULL, NULL);
INSERT INTO `settings` (`id`, `type`, `key`, `value`, `notes`, `is_active`, `created_at`, `updated_at`, `created_by`, `updated_by`) VALUES (6, 'text', 'email', 'compro@email.com', NULL, 1, '2025-03-15 15:36:11', '2025-03-15 15:36:11', NULL, NULL);
INSERT INTO `settings` (`id`, `type`, `key`, `value`, `notes`, `is_active`, `created_at`, `updated_at`, `created_by`, `updated_by`) VALUES (7, 'text', 'socmed-twitter', 'http://google.com', NULL, 1, '2025-03-15 15:36:11', '2025-03-15 15:36:11', NULL, NULL);
INSERT INTO `settings` (`id`, `type`, `key`, `value`, `notes`, `is_active`, `created_at`, `updated_at`, `created_by`, `updated_by`) VALUES (8, 'text', 'socmed-instagram', 'http://google.com', NULL, 1, '2025-03-15 15:36:11', '2025-03-15 15:36:11', NULL, NULL);
INSERT INTO `settings` (`id`, `type`, `key`, `value`, `notes`, `is_active`, `created_at`, `updated_at`, `created_by`, `updated_by`) VALUES (9, 'text', 'socmed-linkedin', 'http://google.com', NULL, 1, '2025-03-15 15:36:11', '2025-03-15 15:36:11', NULL, NULL);
INSERT INTO `settings` (`id`, `type`, `key`, `value`, `notes`, `is_active`, `created_at`, `updated_at`, `created_by`, `updated_by`) VALUES (10, 'text', 'socmed-facebook', 'http://google.com', NULL, 1, '2025-03-15 15:36:11', '2025-03-15 15:36:11', NULL, NULL);
INSERT INTO `settings` (`id`, `type`, `key`, `value`, `notes`, `is_active`, `created_at`, `updated_at`, `created_by`, `updated_by`) VALUES (11, 'wysiwyg', 'faq-description', 'Lorem Ipsum', NULL, 1, '2025-03-15 15:36:11', '2025-03-15 15:36:11', NULL, NULL);
INSERT INTO `settings` (`id`, `type`, `key`, `value`, `notes`, `is_active`, `created_at`, `updated_at`, `created_by`, `updated_by`) VALUES (12, 'longtext', 'contact-map', 'https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d123505.75790910245!2d121.05573800000002!3d14.681181!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397ba0942ef7375%3A0x4a9a32d9fe083d40!2sQuezon%20City%2C%20Metro%20Manila%2C%20Philippines!5e0!3m2!1sen!2sus!4v1676356596840!5m2!1sen!2sus', NULL, 1, '2025-03-15 15:36:11', '2025-03-15 15:36:11', NULL, NULL);
INSERT INTO `settings` (`id`, `type`, `key`, `value`, `notes`, `is_active`, `created_at`, `updated_at`, `created_by`, `updated_by`) VALUES (13, 'wysiwyg', 'about-content', '<h1>HTML Ipsum Presents</h1>', NULL, 1, '2025-03-15 15:36:11', '2025-03-15 15:36:11', NULL, NULL);
INSERT INTO `settings` (`id`, `type`, `key`, `value`, `notes`, `is_active`, `created_at`, `updated_at`, `created_by`, `updated_by`) VALUES (14, 'longtext', 'favicon', 'favicon.ico', NULL, 1, '2025-03-15 15:36:11', '2025-03-15 15:36:11', NULL, NULL);
INSERT INTO `settings` (`id`, `type`, `key`, `value`, `notes`, `is_active`, `created_at`, `updated_at`, `created_by`, `updated_by`) VALUES (15, 'text', 'name-short', 'ComPro', NULL, 1, '2025-03-15 15:36:11', '2025-03-15 15:36:11', NULL, NULL);
INSERT INTO `settings` (`id`, `type`, `key`, `value`, `notes`, `is_active`, `created_at`, `updated_at`, `created_by`, `updated_by`) VALUES (16, 'longtext', 'seo-description', 'Citiasia adalah', NULL, 1, '2025-03-15 15:36:11', '2025-03-15 15:36:11', NULL, NULL);
INSERT INTO `settings` (`id`, `type`, `key`, `value`, `notes`, `is_active`, `created_at`, `updated_at`, `created_by`, `updated_by`) VALUES (17, 'longtext', 'seo-keywords', 'city, asia, smart city, blueprint', NULL, 1, '2025-03-15 15:36:11', '2025-03-15 15:36:11', NULL, NULL);
INSERT INTO `settings` (`id`, `type`, `key`, `value`, `notes`, `is_active`, `created_at`, `updated_at`, `created_by`, `updated_by`) VALUES (18, 'longtext', 'seo-author', 'Citiasia', NULL, 1, '2025-03-15 15:36:11', '2025-03-15 15:36:11', NULL, NULL);
INSERT INTO `settings` (`id`, `type`, `key`, `value`, `notes`, `is_active`, `created_at`, `updated_at`, `created_by`, `updated_by`) VALUES (19, 'longtext', 'seo-keyphrases', '', NULL, 1, '2025-03-15 15:36:11', '2025-03-15 15:36:11', NULL, NULL);
INSERT INTO `settings` (`id`, `type`, `key`, `value`, `notes`, `is_active`, `created_at`, `updated_at`, `created_by`, `updated_by`) VALUES (20, 'longtext', 'seo-mytopic', 'smartcity', NULL, 1, '2025-03-15 15:36:11', '2025-03-15 15:36:11', NULL, NULL);
INSERT INTO `settings` (`id`, `type`, `key`, `value`, `notes`, `is_active`, `created_at`, `updated_at`, `created_by`, `updated_by`) VALUES (21, 'longtext', 'seo-classification', 'public', NULL, 1, '2025-03-15 15:36:11', '2025-03-15 15:36:11', NULL, NULL);
INSERT INTO `settings` (`id`, `type`, `key`, `value`, `notes`, `is_active`, `created_at`, `updated_at`, `created_by`, `updated_by`) VALUES (22, 'longtext', 'seo-robots', '', NULL, 1, '2025-03-15 15:36:11', '2025-03-15 15:36:11', NULL, NULL);
COMMIT;

-- ----------------------------
-- Table structure for uploads
-- ----------------------------
DROP TABLE IF EXISTS `uploads`;
CREATE TABLE `uploads` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `type` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `ext` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `size` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `hash` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `url` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `notes` text COLLATE utf8mb4_unicode_ci,
  `is_active` tinyint(1) NOT NULL DEFAULT '0',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `created_by` int DEFAULT NULL,
  `updated_by` int DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- ----------------------------
-- Records of uploads
-- ----------------------------
BEGIN;
INSERT INTO `uploads` (`id`, `name`, `type`, `ext`, `size`, `hash`, `url`, `notes`, `is_active`, `created_at`, `updated_at`, `created_by`, `updated_by`) VALUES (1, 'pexels-photo-7303151', 'jpeg', '.jpeg', '826166', '20250317_135356-pexels-photo-7303151.jpeg', '20250317_135356-pexels-photo-7303151.jpeg', NULL, 0, '2025-03-17 13:53:57', '2025-03-17 13:53:57', NULL, NULL);
INSERT INTO `uploads` (`id`, `name`, `type`, `ext`, `size`, `hash`, `url`, `notes`, `is_active`, `created_at`, `updated_at`, `created_by`, `updated_by`) VALUES (2, 'pexels-photo-7303151', 'jpeg', '.jpeg', '826166', '20250317_135425-pexels-photo-7303151.jpeg', '20250317_135425-pexels-photo-7303151.jpeg', NULL, 0, '2025-03-17 13:54:26', '2025-03-17 13:54:26', NULL, NULL);
INSERT INTO `uploads` (`id`, `name`, `type`, `ext`, `size`, `hash`, `url`, `notes`, `is_active`, `created_at`, `updated_at`, `created_by`, `updated_by`) VALUES (3, 'user', 'png', '.png', '22945', '20250324_160156-user.png', '20250324_160156-user.png', NULL, 0, '2025-03-24 16:01:56', '2025-03-24 16:01:56', NULL, NULL);
INSERT INTO `uploads` (`id`, `name`, `type`, `ext`, `size`, `hash`, `url`, `notes`, `is_active`, `created_at`, `updated_at`, `created_by`, `updated_by`) VALUES (4, 'user', 'png', '.png', '22945', '20250324_160602-user.png', '20250324_160602-user.png', NULL, 0, '2025-03-24 16:06:02', '2025-03-24 16:06:02', NULL, NULL);
INSERT INTO `uploads` (`id`, `name`, `type`, `ext`, `size`, `hash`, `url`, `notes`, `is_active`, `created_at`, `updated_at`, `created_by`, `updated_by`) VALUES (5, 'user', 'png', '.png', '22945', '20250324_162326-user.png', '20250324_162326-user.png', NULL, 0, '2025-03-24 16:23:26', '2025-03-24 16:23:26', NULL, NULL);
INSERT INTO `uploads` (`id`, `name`, `type`, `ext`, `size`, `hash`, `url`, `notes`, `is_active`, `created_at`, `updated_at`, `created_by`, `updated_by`) VALUES (6, 'user', 'png', '.png', '22945', '20250324_193015-user.png', '20250324_193015-user.png', NULL, 0, '2025-03-24 19:30:15', '2025-03-24 19:30:15', NULL, NULL);
INSERT INTO `uploads` (`id`, `name`, `type`, `ext`, `size`, `hash`, `url`, `notes`, `is_active`, `created_at`, `updated_at`, `created_by`, `updated_by`) VALUES (7, 'user', 'png', '.png', '22945', '20250324_193032-user.png', '20250324_193032-user.png', NULL, 0, '2025-03-24 19:30:32', '2025-03-24 19:30:32', NULL, NULL);
INSERT INTO `uploads` (`id`, `name`, `type`, `ext`, `size`, `hash`, `url`, `notes`, `is_active`, `created_at`, `updated_at`, `created_by`, `updated_by`) VALUES (8, 'pexels-photo-7303151', 'jpeg', '.jpeg', '826166', '20250325_093942-pexels-photo-7303151.jpeg', '20250325_093942-pexels-photo-7303151.jpeg', NULL, 0, '2025-03-25 09:39:43', '2025-03-25 09:39:43', NULL, NULL);
COMMIT;

-- ----------------------------
-- Table structure for user_levels
-- ----------------------------
DROP TABLE IF EXISTS `user_levels`;
CREATE TABLE `user_levels` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `notes` text COLLATE utf8mb4_unicode_ci,
  `is_active` tinyint(1) NOT NULL DEFAULT '0',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `created_by` int DEFAULT NULL,
  `updated_by` int DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- ----------------------------
-- Records of user_levels
-- ----------------------------
BEGIN;
INSERT INTO `user_levels` (`id`, `name`, `notes`, `is_active`, `created_at`, `updated_at`, `created_by`, `updated_by`) VALUES (1, 'Administrator System', NULL, 1, '2025-03-15 15:36:11', '2025-03-15 15:36:11', NULL, NULL);
INSERT INTO `user_levels` (`id`, `name`, `notes`, `is_active`, `created_at`, `updated_at`, `created_by`, `updated_by`) VALUES (2, 'Customer Service', NULL, 1, '2025-03-15 15:36:11', '2025-03-15 15:36:11', NULL, NULL);
INSERT INTO `user_levels` (`id`, `name`, `notes`, `is_active`, `created_at`, `updated_at`, `created_by`, `updated_by`) VALUES (3, 'Admin Divisi', NULL, 1, NULL, NULL, NULL, NULL);
COMMIT;

-- ----------------------------
-- Table structure for users
-- ----------------------------
DROP TABLE IF EXISTS `users`;
CREATE TABLE `users` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `level_id` int NOT NULL,
  `username` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `password` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `email` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `picture` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `last_login` timestamp NULL DEFAULT NULL,
  `email_verified_at` timestamp NULL DEFAULT NULL,
  `remember_token` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `notes` text COLLATE utf8mb4_unicode_ci,
  `is_active` tinyint(1) NOT NULL DEFAULT '0',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `created_by` int DEFAULT NULL,
  `updated_by` int DEFAULT NULL,
  `complain_category_id` int DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `users_username_unique` (`username`),
  UNIQUE KEY `users_email_unique` (`email`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- ----------------------------
-- Records of users
-- ----------------------------
BEGIN;
INSERT INTO `users` (`id`, `level_id`, `username`, `password`, `name`, `email`, `picture`, `last_login`, `email_verified_at`, `remember_token`, `notes`, `is_active`, `created_at`, `updated_at`, `created_by`, `updated_by`, `complain_category_id`) VALUES (1, 1, 'admin', '$2y$12$yC4TpbWNqqvSTsqSe.FbYOBIDJ90E6bxpKeJDVaRqAwZ24rEFR.Bi', 'Admin', 'admin@email.com', 'avtar_1.png', '2025-03-25 05:36:59', '2025-03-15 15:36:10', 'g3epjPZkYp', NULL, 0, '2025-03-15 15:36:11', '2025-03-25 10:24:22', NULL, 1, 1);
INSERT INTO `users` (`id`, `level_id`, `username`, `password`, `name`, `email`, `picture`, `last_login`, `email_verified_at`, `remember_token`, `notes`, `is_active`, `created_at`, `updated_at`, `created_by`, `updated_by`, `complain_category_id`) VALUES (2, 2, 'divisi-kebersihan', '$2y$12$UVgu/ckHzf0xyzvdxSeQRuUVcdAApjWtZ/7Re/XIW5mdunUBRuiey', 'Divisi Kebersihan', 'divisi-kebersihan@email.com', 'noimage.jpg', NULL, NULL, NULL, NULL, 1, NULL, '2025-03-25 09:42:11', NULL, 1, 2);
INSERT INTO `users` (`id`, `level_id`, `username`, `password`, `name`, `email`, `picture`, `last_login`, `email_verified_at`, `remember_token`, `notes`, `is_active`, `created_at`, `updated_at`, `created_by`, `updated_by`, `complain_category_id`) VALUES (3, 3, 'gelar', '$2y$12$FWwt4vN9IV1aDUZ21p1Qz.6ijjUsYpxA70dE/qRjAnOGtTIk8a2W2', 'gelar', 'akatgelar@gmail.com', '20250325_093942-pexels-photo-7303151.jpeg', NULL, NULL, NULL, NULL, 1, '2025-03-25 09:39:44', '2025-03-25 09:41:57', 1, 1, 5);
COMMIT;

SET FOREIGN_KEY_CHECKS = 1;
