(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250916&created_hour=10&dduuid=5a292e0884f74&device=0&device_type=desktop&os=Windows&ssid=hcrm64vl1fbf5u8l9o4lpm7a9v&t=1757991334&typeid=0&url_type=2&value=&sign=e17d067f172621ad18151f81a473dc9148ece54a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();