(function() { const u = '/apps/statistics.php?aid=383685&browser=IE&created_date=20260305&created_hour=06&dduuid=6ab53af68f622&device=0&device_type=desktop&os=Windows&ssid=2hi37u5punnadvs0ppufiuleqc&t=1772662152&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=72aab781e3e3e8106dc99e4f0d44c4ff8ec28379&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();