(function() { const u = '/apps/statistics.php?aid=459147&browser=IE&created_date=20260308&created_hour=16&dduuid=105070f16467c&device=0&device_type=desktop&os=Windows&ssid=ntsc4qf2g6ilhvn2sr76gebgqn&t=1772960330&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8d583a58edc3744e373b57e1abd525cdafd94ee8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();