(function() { const u = '/apps/statistics.php?aid=452448&browser=IE&created_date=20260310&created_hour=21&dduuid=bd70b0df7066c&device=0&device_type=desktop&os=Windows&ssid=51i94nu3fa3trpr2qiqanleamj&t=1773150063&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9a54867281526260333ca57e6517965c74d79503&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();