(function() { const u = '/apps/statistics.php?aid=431596&browser=IE&created_date=20260224&created_hour=16&dduuid=74075dd77a0d3&device=0&device_type=desktop&os=Windows&ssid=c85ehnd4mpc6fjed5pl53s8fjm&t=1771920390&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7fb0af887bc1e661accc8cf8e9272c6aedf24fdf&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();