(function() { const u = '/apps/statistics.php?aid=406542&browser=IE&created_date=20260123&created_hour=20&dduuid=bbdd8adcd974b&device=0&device_type=desktop&os=Windows&ssid=ag25l751kb0hjbngmp9rd8a22n&t=1769169731&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=db1f38278f6bf01c010ccae0e0f1588f1d70e9e3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();