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