(function() { const u = '/apps/statistics.php?aid=99640&browser=IE&created_date=20260228&created_hour=14&dduuid=c2142beda7aab&device=0&device_type=desktop&os=Windows&ssid=biqhic7ondfk6g5ml6llrngcge&t=1772261436&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=84ebc6fd359333c2ec49fc1f4d55cbcb82eda4a9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();