(function() { const u = '/apps/statistics.php?aid=141332&browser=IE&created_date=20260309&created_hour=13&dduuid=987b007e1ba7c&device=0&device_type=desktop&os=Windows&ssid=dh2uk3c9co5t7ppo42fvofloik&t=1773035090&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f8a2b25bb7ef3c898c15b29ae692e71b489a6104&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();