(function() { const u = '/apps/statistics.php?aid=454365&browser=IE&created_date=20260308&created_hour=01&dduuid=3ba24b32a3905&device=0&device_type=desktop&os=Windows&ssid=204bog04uqm10m5tf5hod4t5qo&t=1772906393&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2dda777b74a3ac32cc70f635ebe80d80a474130f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();