(function() { const u = '/apps/statistics.php?aid=403832&browser=IE&created_date=20260125&created_hour=12&dduuid=69fb65668fdf2&device=0&device_type=desktop&os=Windows&ssid=ggd8sog2c54vkhqlhib9kjb96c&t=1769314841&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=725ba353d3f5fa45e014991ebb9a70e0c1d0e788&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();