(function() { const u = '/apps/statistics.php?aid=448677&browser=IE&created_date=20260122&created_hour=05&dduuid=4b29fda98ce7c&device=0&device_type=desktop&os=Windows&ssid=cov0j0vvdp3qutgkhfm0lheqdd&t=1769032754&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=14899da65271f858fb8fe00e2555697aa7426665&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();