(function() { const u = '/apps/statistics.php?aid=447047&browser=IE&created_date=20260123&created_hour=17&dduuid=69afcd394bc87&device=0&device_type=desktop&os=Windows&ssid=rppd5bbf52k145ecbh8t1ko8p6&t=1769160956&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1ec84f5e373360ef70c10ae2a4ba276066dbe43d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();