(function() { const u = '/apps/statistics.php?aid=141331&browser=IE&created_date=20260309&created_hour=11&dduuid=e4e2c2f3c88d3&device=0&device_type=desktop&os=Windows&ssid=pgh916n0394rrbcnp0hpkdolj7&t=1773025870&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6f96eafee4046ee493cdecb1b6173954aca2beb5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();