(function() { const u = '/apps/statistics.php?aid=450225&browser=IE&created_date=20260226&created_hour=04&dduuid=ab8476b7d56f4&device=0&device_type=desktop&os=Windows&ssid=0a564b4keaagfat90arq42c3ej&t=1772050332&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=390beb53993ae42dc66ffb86da9e4d010b7224cd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();