(function() { const u = '/apps/statistics.php?aid=450184&browser=IE&created_date=20260122&created_hour=21&dduuid=8be236ddca17e&device=0&device_type=desktop&os=Windows&ssid=274bjhb8kminn766vir3es7467&t=1769087009&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4e85937d996adbc711ca1a3139f4b49a29a06495&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();