(function() { const u = '/apps/statistics.php?aid=405005&browser=IE&created_date=20260225&created_hour=13&dduuid=6f876300a9a67&device=0&device_type=desktop&os=Windows&ssid=hckmri1tt7jii7o4r2sorsfqv0&t=1771998528&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9e5b7d20e5673c79fa1550d4bea3b40e7442749f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();