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