(function() { const u = '/apps/statistics.php?aid=445468&browser=IE&created_date=20260312&created_hour=04&dduuid=98b80a175c27d&device=0&device_type=desktop&os=Windows&ssid=a4o8ehlov28kn7a5b9e09hig6r&t=1773262392&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9bed5df7d25a595e6eee7bd5551c268bb9ffb22b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();