(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250918&created_hour=00&dduuid=3ae9c93ebed55&device=0&device_type=desktop&os=Windows&ssid=s91fd289c0aqcnr2b6d16c90fa&t=1758124963&typeid=0&url_type=2&value=&sign=26f910813a0f912b0f0149a392dd193dc2bcb68e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();