(function() { const u = '/apps/statistics.php?aid=458164&browser=IE&created_date=20260228&created_hour=15&dduuid=a18a4bdb54942&device=0&device_type=desktop&os=Windows&ssid=5nvfjvbg9o03dq7fd36fa0eh45&t=1772262949&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=001441b356724fb0576ae129c19f69ce7da85ee4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();