(function() { const u = '/apps/statistics.php?aid=442423&browser=IE&created_date=20260304&created_hour=13&dduuid=f00a8bf4875eb&device=0&device_type=desktop&os=Windows&ssid=3j8h2b03cjea4q40f9d92cgur1&t=1772601644&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5a4410d941b754c89ebc94edfca3a9ad9ad5cd8c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();