(function() { const u = '/apps/statistics.php?aid=93231&browser=IE&created_date=20260201&created_hour=01&dduuid=313fee16519e4&device=0&device_type=desktop&os=Windows&ssid=2737tfeg6t006d4lb909ir8i6l&t=1769880846&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e2b02ce11e819576543692b3a7e7fa952edb8f70&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();