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