(function() { const u = '/apps/statistics.php?aid=450731&browser=IE&created_date=20260307&created_hour=14&dduuid=e19e135198bf4&device=0&device_type=desktop&os=Windows&ssid=l1pvu9m0iim4mbdhq8b319ga5v&t=1772866175&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8cfd433e7fa66283cbb8a1a9db4813fc66ca2d20&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();