(function() { const u = '/apps/statistics.php?aid=419509&browser=IE&created_date=20260225&created_hour=01&dduuid=91700aa94d8d1&device=0&device_type=desktop&os=Windows&ssid=5h0rrbq5g4srlr50ap4sotd56b&t=1771955526&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6d6db964a0c1ed3dd33baa5194083bbe29bea910&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();