(function() { const u = '/apps/statistics.php?aid=380564&browser=IE&created_date=20260305&created_hour=10&dduuid=0544bc6379cba&device=0&device_type=desktop&os=Windows&ssid=inf0bain3pkvqloknf351qngl6&t=1772678454&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=04df0f37f150ea41391860de8d329f2eb5461ca7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();