(function() { const u = '/apps/statistics.php?aid=63&browser=IE&created_date=20251220&created_hour=08&dduuid=f3c5e02820783&device=0&device_type=desktop&os=Windows&ssid=uf8gci8vo9460m4buq0abqrqkq&t=1766192286&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9e7da4dae97ddeb53924068801c6b2977ee3bdb7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();