(function() { const u = '/apps/statistics.php?aid=339380&browser=IE&created_date=20260311&created_hour=08&dduuid=b218506d6da48&device=0&device_type=desktop&os=Windows&ssid=chs9h9ogl0j5gabu3hfif4nmdu&t=1773187458&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=456519f8ade14b7c0e6cf898aeaaf5473cd5c137&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();