(function() { const u = '/apps/statistics.php?aid=456319&browser=IE&created_date=20260225&created_hour=08&dduuid=33da72d69bc04&device=0&device_type=desktop&os=Windows&ssid=7aqesamh27flpa8pear4pi6eoj&t=1771980413&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=897ef85dcff4f8266c035b0b920c2d8a72e18453&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();