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