(function() { const u = '/apps/statistics.php?aid=452970&browser=IE&created_date=20260306&created_hour=08&dduuid=8e1cd10e46da6&device=0&device_type=desktop&os=Windows&ssid=7ljmftadv4hlcvprnisqf1cj7j&t=1772757377&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=89b2f8ec4ce1b3f1988e5bd0b69b9a557eeea922&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();