(function() { const u = '/apps/statistics.php?aid=418647&browser=IE&created_date=20260115&created_hour=22&dduuid=cdd69e97243c6&device=0&device_type=desktop&os=Windows&ssid=gg3qbirk4i1l9dgi78gmao8i1j&t=1768486989&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f36c6c7a248dc74e73b58641da83fe5f058558c1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();