(function() { const u = '/apps/statistics.php?aid=455946&browser=IE&created_date=20260303&created_hour=11&dduuid=b163f3fd91c5a&device=0&device_type=desktop&os=Windows&ssid=noid3v0fitp4384qaaueubikqd&t=1772508196&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1d094cb6856f9f3192661a7b62e2b9e4aea41406&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();