(function() { const u = '/apps/statistics.php?aid=448175&browser=IE&created_date=20260223&created_hour=20&dduuid=aa4b05a82733b&device=0&device_type=desktop&os=Windows&ssid=1o5sa68put5fq8ngcq9bbr6ulm&t=1771851485&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5fc86b8de8decd22502d5eb0748e332afec2ed03&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();