(function() { const u = '/apps/statistics.php?aid=447036&browser=IE&created_date=20260113&created_hour=21&dduuid=96080edf6a4c6&device=0&device_type=desktop&os=Windows&ssid=c6rse884054pnqn47e50tgrmk4&t=1768311590&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fb4e520406b030157502f853c12a9c5c0e11280e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();