(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251031&created_hour=23&dduuid=09e065b43bbfc&device=0&device_type=desktop&os=Windows&ssid=4d1u5m9f26khn18m9da37guabo&t=1761925788&typeid=0&url_type=2&value=&sign=f11c01d598d8d3e765e863836f20fbb373e20f96&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();