(function() { const u = '/apps/statistics.php?aid=462134&browser=IE&created_date=20260322&created_hour=07&dduuid=bba2bf2c939d0&device=0&device_type=desktop&os=Windows&ssid=5tpfhvj2dorgk37ea1oh3q6jr8&t=1774135810&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f7246ef7314af07c6dfd76af1507192b5743de8c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();