(function() { const u = '/apps/statistics.php?aid=431536&browser=IE&created_date=20260307&created_hour=19&dduuid=73b188c001afb&device=0&device_type=desktop&os=Windows&ssid=8c21hdkp7n3bts7ii10egj7un9&t=1772883639&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f7d077977981f11da25a34fbb06a9765995ecf5c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();