INSERT INTO tconnect_ec_customer_logs (
  `user_id`, `storefront_id`, `device_id`, 
  `session_id`, `timestamp`, `type`, 
  `action`, `event_type`, `content`, 
  `auth_state`, `entity_id`, `entity_type`, 
  `device_brand`, `device_series`, 
  `device_tech_model`, `device_model`, 
  `os`, `browser`, `isp`
) 
VALUES 
  (
    0, 3, 'c2b8c85b07a2fbb4f2f52258c27840e1', 
    '', 1770878339, 'products', 'view', 
    'N', 'a:10:{s:7:"product";s:87:"Your Idea, Inc. 12 Steps to Building a Million Dollar Business -- Starting Today! (#13)";s:2:"id";s:2:"13";s:10:"ip_address";s:13:"216.73.216.47";s:3:"url";s:65:"index.php?currency=USD&sl=en&dispatch=products.view&product_id=13";s:8:"referrer";s:0:"";s:10:"user_agent";s:103:"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)";s:9:"parsed_ua";a:7:{s:2:"os";s:7:"Unknown";s:5:"brand";s:7:"Unknown";s:6:"series";s:7:"Unknown";s:5:"model";s:7:"Unknown";s:10:"tech_model";s:7:"Unknown";s:7:"browser";s:7:"Unknown";s:6:"device";s:7:"Desktop";}s:3:"isp";s:10:"Amazon.com";s:10:"session_id";s:0:"";s:10:"auth_state";s:5:"Guest";}', 
    'Guest', 13, 'products', 'Unknown', 
    'Unknown', 'Unknown', 'Unknown', 
    'Unknown', 'Unknown', 'Amazon.com'
  )

Query time 0.00163

Result

int(6028)