(function() { const u = '/apps/statistics.php?aid=428149&browser=IE&created_date=20260121&created_hour=17&dduuid=0b2aa2fa71d88&device=0&device_type=desktop&os=Windows&ssid=aevlpv401tas8nil0jbkk4q0ue&t=1768987860&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dfc3928cc84fe717064956e9d25fc4252e1da67e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();