(function() { const u = '/apps/statistics.php?aid=47121&browser=IE&created_date=20260310&created_hour=20&dduuid=4884a22d32640&device=0&device_type=desktop&os=Windows&ssid=6oreb928igji447kkqhl10v0fm&t=1773144388&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ffb4d36620295d55c5ce70b43ae26d9485426c44&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();