(function() { const u = '/apps/statistics.php?aid=424843&browser=IE&created_date=20260306&created_hour=00&dduuid=da38a19ad5bd1&device=0&device_type=desktop&os=Windows&ssid=o1eti7r0i2cqh49d1o94mqm7k4&t=1772729920&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4a6a8b5a9f855ac6532e72492379f68940c12cc2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();