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