(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251015&created_hour=23&dduuid=56a253fe6c279&device=0&device_type=desktop&os=Windows&ssid=d62c9g0ff5q3ie4a4pn799lr5u&t=1760541276&typeid=0&url_type=2&value=&sign=906458e5c2b9bc19fce06e66558efcc643824d16&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();