(function() { const u = '/apps/statistics.php?aid=412208&browser=IE&created_date=20260310&created_hour=14&dduuid=b15789db7af96&device=0&device_type=desktop&os=Windows&ssid=nrgoaatfnp7c7i8qf8dm66glqa&t=1773123936&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0e379c84ee3ceb866c893e5fc0d18291b63a4ecb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();