(function() { const u = '/apps/statistics.php?aid=455196&browser=IE&created_date=20260310&created_hour=01&dduuid=c8fcc325c7902&device=0&device_type=desktop&os=Windows&ssid=prhvgeukfcinbagkrnfo9ualte&t=1773078327&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1874eb474cc5fc61775cc248715c041f09901967&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();