(function() { const u = '/apps/statistics.php?aid=448068&browser=IE&created_date=20260124&created_hour=04&dduuid=0b1d020e8e8a9&device=0&device_type=desktop&os=Windows&ssid=5rr9nmvlqvblggp0ndni8i8avh&t=1769200475&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8a3c984892e571e6d70918ae4468b294224094fc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();