(function() { const u = '/apps/statistics.php?aid=440692&browser=IE&created_date=20260225&created_hour=02&dduuid=fd003840ce324&device=0&device_type=desktop&os=Windows&ssid=g15ddpj9afgr5oo786nhp6migl&t=1771956377&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=33d3b20456d36ff8fa964f0c4f44b1de374cd7ab&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();