(function() { const u = '/apps/statistics.php?aid=452994&browser=IE&created_date=20260225&created_hour=03&dduuid=fcb0d60268c38&device=0&device_type=desktop&os=Windows&ssid=4gao5shhlg72nojgesfq6ktbu1&t=1771960518&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f9a2ee6507dda763f796255f7b958ea50b98b69b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();