(function() { const u = '/apps/statistics.php?aid=431591&browser=IE&created_date=20260310&created_hour=05&dduuid=d79daa9b76107&device=0&device_type=desktop&os=Windows&ssid=6vjmko8hatgb2u5ahd8a3gidib&t=1773092389&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=71e1120c366c02edbd15308efe2efe34551fad0d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();