(function() { const u = '/apps/statistics.php?aid=21000&browser=IE&created_date=20260123&created_hour=02&dduuid=c883cf5fe9c49&device=0&device_type=desktop&os=Windows&ssid=5bobfbc0p049cdu0ehcdb8ofnl&t=1769106498&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c98f1e75bf510c9a251e15caa9f036f1c9ae80f0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();