(function() { const u = '/apps/statistics.php?aid=363764&browser=IE&created_date=20260311&created_hour=13&dduuid=6ad698621b0a9&device=0&device_type=desktop&os=Windows&ssid=7tfi3sver7qvrc9lfb82ahumsg&t=1773206276&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4ef9e8905ac4b1d41fdb53746ed1e46e576bc78f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();