(function() { const u = '/apps/statistics.php?aid=21063&browser=IE&created_date=20260303&created_hour=21&dduuid=62de19ac6ed20&device=0&device_type=desktop&os=Windows&ssid=ia9qmf95tvfrb8go42905u54e7&t=1772545554&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3e07403e68a03471e314a04a0b4cdb50c2ef9171&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();