(function() { const u = '/apps/statistics.php?aid=455664&browser=IE&created_date=20260304&created_hour=11&dduuid=f05019d57f877&device=0&device_type=desktop&os=Windows&ssid=oiacpf6vorgn9obodflpn4vlgt&t=1772594555&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9518440f41654d9c8512fb71a2a6dfd88fbf0f8e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();