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