(function() { const u = '/apps/statistics.php?aid=32&browser=IE&created_date=20251210&created_hour=00&dduuid=bf19ea8502000&device=0&device_type=desktop&os=Windows&ssid=6uahl2disqlidmo3ja4iret0aj&t=1765296036&typeid=24&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9ee267c6296939e5a02092dc74fe2ff3a34b6d89&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();