(function() { const u = '/apps/statistics.php?aid=455300&browser=IE&created_date=20260223&created_hour=20&dduuid=3fc1b44890527&device=0&device_type=desktop&os=Windows&ssid=mb68gc2adr3e07scqfn88us89p&t=1771851251&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6133363cdac9ca73ae0e4b5fd8fea88bbc048cc8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();