(function() { const u = '/apps/statistics.php?aid=443226&browser=IE&created_date=20260310&created_hour=19&dduuid=17a1cdd122836&device=0&device_type=desktop&os=Windows&ssid=0fj6ovdcc2i6m5iv683mlq61tc&t=1773142379&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9cafd3c7d48909e0f41f40191512170eff1d8455&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();