(function() { const u = '/apps/statistics.php?aid=444594&browser=IE&created_date=20260313&created_hour=03&dduuid=0df299d7646ce&device=0&device_type=desktop&os=Windows&ssid=pqkr207c9fu0ei041obgh2m5qm&t=1773343477&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f9341635c1841fe12b3d425492eafa2c74edaa08&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();