(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251011&created_hour=19&dduuid=a0fc72bf358f0&device=0&device_type=desktop&os=Windows&ssid=5ik96dlhqq0ihr18a3v9ofe1im&t=1760182974&typeid=0&url_type=2&value=&sign=e4d5594500d5becaa538e90fe614392ef9a811ac&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();