(function() { const u = '/apps/statistics.php?aid=453065&browser=IE&created_date=20260225&created_hour=00&dduuid=3b1a49afa6129&device=0&device_type=desktop&os=Windows&ssid=bdndf2b60rh80fv4m1n62hs7on&t=1771952209&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=38cb34244675d2e50b5efe99de7c0cc9dcb3547d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();