(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251024&created_hour=04&dduuid=28bf771a0bf14&device=0&device_type=desktop&os=Windows&ssid=dg8jr30nffu03690slhqvd08um&t=1761251584&typeid=0&url_type=2&value=&sign=7368798eece4c087c1e5195356a8d84d9e39473e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();