(function() { const u = '/apps/statistics.php?aid=456021&browser=IE&created_date=20260304&created_hour=23&dduuid=a5525d2a52c3b&device=0&device_type=desktop&os=Windows&ssid=iutjk2ufsnhbps2h2hlmaro3go&t=1772637085&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=554a43f0e75180e811c9a869d4ed86a0efe5fb51&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();