(function() { const u = '/apps/statistics.php?aid=432471&browser=IE&created_date=20260115&created_hour=02&dduuid=fe58060e768b1&device=0&device_type=desktop&os=Windows&ssid=3qnb6e4te631dpapp835hchq65&t=1768414666&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d8a91e5d7d810c6fbc7276dcc5ad386b98302caa&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();