(function() { const u = '/apps/statistics.php?aid=439917&browser=IE&created_date=20260308&created_hour=06&dduuid=e7d7d25d10c7b&device=0&device_type=desktop&os=Windows&ssid=2fngdt8avdollqo9tfro9nbm44&t=1772921992&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=610a02ef68ddf62f146b1c0a5503673426f5d9b5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();