(function() { const u = '/apps/statistics.php?aid=406962&browser=IE&created_date=20260124&created_hour=23&dduuid=6377331ae858a&device=0&device_type=desktop&os=Windows&ssid=ucdorb2gp1j10ct9g390a6btll&t=1769268948&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c0962e547a20f784d08ecc1dc1759e4d0fb067e5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();