(function() { const u = '/apps/statistics.php?aid=398018&browser=IE&created_date=20260224&created_hour=22&dduuid=84235ecc07ce8&device=0&device_type=desktop&os=Windows&ssid=9i2pg7b1fqc921lndu2n6diqto&t=1771944684&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=75d8a657b25fd22f5d09e98af4d644a723bc7a45&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();