(function() { const u = '/apps/statistics.php?aid=442049&browser=IE&created_date=20260224&created_hour=05&dduuid=7bd4bc0f3cdf3&device=0&device_type=desktop&os=Windows&ssid=jd62mefmh2a9j9dl6ebeohkcun&t=1771882388&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ddbaf048111c68b0918182e2ce215ecbd64678ac&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();