(function() { const u = '/apps/statistics.php?aid=423712&browser=IE&created_date=20260311&created_hour=20&dduuid=795360fcd5b25&device=0&device_type=desktop&os=Windows&ssid=sqnn6r8ulb9ft1htg9umlh5rfa&t=1773231960&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=752c453a0af9e3ead15d2c57273607b2bd3fa19b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();