(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250915&created_hour=09&dduuid=1108d4b19185b&device=0&device_type=desktop&os=Windows&ssid=3nr02ep9gu249q7p3dutd9tkf2&t=1757898765&typeid=0&url_type=2&value=&sign=68ef3fd320a29c10da8c718c89c60325a3d043b1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();