(function() { const u = '/apps/statistics.php?aid=455994&browser=IE&created_date=20260308&created_hour=02&dduuid=6dab0970d31cb&device=0&device_type=desktop&os=Windows&ssid=31b3s6dev2dmhq9ka7nti49um0&t=1772908180&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=27bb740397e8d2e3b9c9c7ce86aad7ad9baa9ad9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();