(function() { const u = '/apps/statistics.php?aid=388602&browser=IE&created_date=20260123&created_hour=01&dduuid=4538456e75b41&device=0&device_type=desktop&os=Windows&ssid=ouj6ga0s1a0h5iohoucb5eiq9l&t=1769103844&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d26ae59f92ff5256959c0dad1d7593cb31534bec&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();