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