(function() { const u = '/apps/statistics.php?aid=420140&browser=IE&created_date=20260103&created_hour=08&dduuid=dd5c5ab3b2160&device=0&device_type=desktop&os=Windows&ssid=vqltfa09a28qmajc290d30mpsh&t=1767400536&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ee03e5b7f0a8c33258f71301d0c5660badb52032&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();