(function() { const u = '/apps/statistics.php?aid=6645&browser=IE&created_date=20260310&created_hour=22&dduuid=d256c55ce3f14&device=0&device_type=desktop&os=Windows&ssid=jvll19e3ne3bo7itit8j1iktal&t=1773152331&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e57cabe96b6dac0932b62f5f97d52efa5d297abc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();