(function() { const u = '/apps/statistics.php?aid=79902&browser=IE&created_date=20260227&created_hour=15&dduuid=ce586a2fecd49&device=0&device_type=desktop&os=Windows&ssid=bek8jjnobeo6bd249hfvmfbmld&t=1772176795&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1d84a48e08984efaeca249dfb49de1cd4915ea2c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();