(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251015&created_hour=17&dduuid=a620d54d19631&device=0&device_type=desktop&os=Windows&ssid=59n9tgl4b58p032nf2vtl8atp3&t=1760520179&typeid=0&url_type=2&value=&sign=68547654ce51c397f21c1658ea737461f2c457d8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();