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