(function() { const u = '/apps/statistics.php?aid=448748&browser=IE&created_date=20260113&created_hour=08&dduuid=6224ef83b0b65&device=0&device_type=desktop&os=Windows&ssid=sv1rfci0vqf3fc26p1tshgma6n&t=1768262659&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=44dafaa1729a7de302e0888355321a6c72def374&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();