(function() { const u = '/apps/statistics.php?aid=38471&browser=IE&created_date=20260122&created_hour=02&dduuid=55b29943b4e79&device=0&device_type=desktop&os=Windows&ssid=560s5csah11fkjedrjfokjthho&t=1769018956&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cd08f5d3feba4f9f6336312e07d6407294870299&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();