(function() { const u = '/apps/statistics.php?aid=454324&browser=IE&created_date=20260224&created_hour=03&dduuid=7b6f393d2404c&device=0&device_type=desktop&os=Windows&ssid=vt2jlg1momcte930n8093q390o&t=1771876526&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e28ef557e8931253203fd7fe75cc4cdd1ac6cead&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();