(function() { const u = '/apps/statistics.php?aid=455427&browser=IE&created_date=20260305&created_hour=21&dduuid=62af1d6364236&device=0&device_type=desktop&os=Windows&ssid=stu4edneq914a45n3u9nkt4e61&t=1772718198&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=494d003ee99e297b43ac605341d9cddd14e7e0f4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();