(function() { const u = '/apps/statistics.php?aid=33971&browser=IE&created_date=20260224&created_hour=11&dduuid=afa9668beda0f&device=0&device_type=desktop&os=Windows&ssid=tes0gpsr2uelmapg4f67d06ogl&t=1771905135&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cb08bd3d5b7fa321fbf0e61e850172fe7de0db5f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();