(function() { const u = '/apps/statistics.php?aid=427449&browser=IE&created_date=20260305&created_hour=15&dduuid=0916729c504ea&device=0&device_type=desktop&os=Windows&ssid=dg2sm8u6ils01oti4tbtfde4g9&t=1772695798&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6f7e6b2bd0e77c74afc4f4f79baf759463b33062&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();