(function() { const u = '/apps/statistics.php?aid=403410&browser=IE&created_date=20260307&created_hour=16&dduuid=72d59c3585aec&device=0&device_type=desktop&os=Windows&ssid=187p0nkd7k02fg515ae0uc2n2s&t=1772871539&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6907d6f1d91d77095ec925dc209f96ed6c21d24d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();