(function() { const u = '/apps/statistics.php?aid=455487&browser=IE&created_date=20260303&created_hour=15&dduuid=4b2eaeabcb2c3&device=0&device_type=desktop&os=Windows&ssid=2pa3qp3usunrrlf4h32r1bhudl&t=1772523978&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9eb60c47a8ec3dc770ed820c73e2ffedd824361f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();