(function() { const u = '/apps/statistics.php?aid=439191&browser=IE&created_date=20260224&created_hour=06&dduuid=ef196cdf3f322&device=0&device_type=desktop&os=Windows&ssid=17ih3b69r3fa37ctcmbbsoa7bf&t=1771885697&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1ffc408c945b736b32624ec9955a4aa2875d4e7f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();