(function() { const u = '/apps/statistics.php?aid=341906&browser=IE&created_date=20260306&created_hour=16&dduuid=976bc5b5db72f&device=0&device_type=desktop&os=Windows&ssid=p5lj78g45j2ej3c4rfahvfu2t7&t=1772787419&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=685aec58380ed3eda44a9720beb69a6ecb7978d0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();