(function() { const u = '/apps/statistics.php?aid=439577&browser=IE&created_date=20260304&created_hour=22&dduuid=6afe76df524e8&device=0&device_type=desktop&os=Windows&ssid=jkaum9l5132dkl6gjc4pf7k1r4&t=1772633433&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d2ff63489a2e2782c38e0333bd694bba08734492&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();