(function() { const u = '/apps/statistics.php?aid=447499&browser=IE&created_date=20260122&created_hour=12&dduuid=13f6d89b41f56&device=0&device_type=desktop&os=Windows&ssid=kavnb3fkfhflno4qcicrrv8g78&t=1769054647&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=184bc69c8f9555d7ae92e199af1e9c50eeded7e7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();