(function() { const u = '/apps/statistics.php?aid=405461&browser=IE&created_date=20260225&created_hour=10&dduuid=bf3ade2ccba36&device=0&device_type=desktop&os=Windows&ssid=gojru1uu9fpokj0d41e60e72nr&t=1771986849&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f10f68cfce53878f8007070deab715fef86662d3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();