(function() { const u = '/apps/statistics.php?aid=346422&browser=IE&created_date=20251220&created_hour=12&dduuid=06ef550a223ea&device=0&device_type=desktop&os=Windows&ssid=engi2hskehjn4apspi80luf7ff&t=1766204651&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0e8f501f70e0dc20f41226ecdcfc9ec774611aa8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();