(function() { const u = '/apps/statistics.php?aid=389449&browser=IE&created_date=20260208&created_hour=02&dduuid=566413c16ba0b&device=0&device_type=desktop&os=Windows&ssid=nbh3fqgfac107nk5i0so6qksdh&t=1770487371&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cab4518047a115b05c7426b919996673d6268ab0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();