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