(function() { const u = '/apps/statistics.php?aid=369413&browser=IE&created_date=20260113&created_hour=22&dduuid=ed4f532a516c8&device=0&device_type=desktop&os=Windows&ssid=r94nn0vit1ht1co8kcck39otri&t=1768315444&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=660368f4ae4e9a56baeee10444bb69f0c7fcbacf&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();