(function() { const u = '/apps/statistics.php?aid=391900&browser=IE&created_date=20251225&created_hour=10&dduuid=b38194e644001&device=0&device_type=desktop&os=Windows&ssid=n68ev9c20bgkhn7t11hm9gjedj&t=1766630410&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7cc51692ce7c242cfd322132273e3de1032eba8c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();