(function() { const u = '/apps/statistics.php?aid=432108&browser=IE&created_date=20260324&created_hour=13&dduuid=b66f408d9cb19&device=0&device_type=desktop&os=Windows&ssid=qk4fp8t4el7p81q2ovhplbtvvl&t=1774329824&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=151e9862e4a49286b65721356f43c6d604246138&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();