(function() { const u = '/apps/statistics.php?aid=450857&browser=IE&created_date=20260123&created_hour=06&dduuid=bad22cdd9dbce&device=0&device_type=desktop&os=Windows&ssid=80i5l6ijgcb4b2thkti0djo47m&t=1769121835&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=bbc1f215aa3df9459b4855d5e5a9816baf799aee&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();