(function() { const u = '/apps/statistics.php?aid=454528&browser=IE&created_date=20260201&created_hour=01&dduuid=9f917a942e82c&device=0&device_type=desktop&os=Windows&ssid=raa47cmjid2as57e5a6jda4t30&t=1769880892&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e7ec5a300b2385b01ec26cceff2fb331830d6171&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();