(function() { const u = '/apps/statistics.php?aid=435245&browser=IE&created_date=20260311&created_hour=21&dduuid=4d8a6077aa506&device=0&device_type=desktop&os=Windows&ssid=ftis531v9n9jequ78u814fp1ad&t=1773235201&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fdbecba0f36e09bb67cd255dd201bc482d2875c9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();