(function() { const u = '/apps/statistics.php?aid=401508&browser=IE&created_date=20260128&created_hour=00&dduuid=461ef309ef294&device=0&device_type=desktop&os=Windows&ssid=cfe93d1as6n9jduhvasuaqgq1l&t=1769532242&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0e689204cf86351eb86bee6cb14df8f2ec0fecd2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();