(function() { const u = '/apps/statistics.php?aid=446863&browser=IE&created_date=20260123&created_hour=21&dduuid=adf4d384460fc&device=0&device_type=desktop&os=Windows&ssid=ll525gqjncpc1gku3h812549r7&t=1769174741&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7e453746abb939b6654194ebcde2f6b255c16af0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();