(function() { const u = '/apps/statistics.php?aid=363099&browser=IE&created_date=20260125&created_hour=04&dduuid=71e0b42363ca5&device=0&device_type=desktop&os=Windows&ssid=86gr30jvvd67gvghlb1hha94du&t=1769285677&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1e658efb06c9db91afbe3bfbcbb62b9e0f49e78a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();