(function() { const u = '/apps/statistics.php?aid=365428&browser=IE&created_date=20260311&created_hour=09&dduuid=51be783f6bc37&device=0&device_type=desktop&os=Windows&ssid=2t5i691fd8pr5qac8dspu9l6n2&t=1773191970&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=57751f6bd92bcae0ab565e20ef11aabca065711e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();