(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251104&created_hour=01&dduuid=a174a57c5fad9&device=0&device_type=desktop&os=Windows&ssid=a98o9vbqri9lvu4hbn27fr5v1s&t=1762191945&typeid=0&url_type=2&value=&sign=50d36339ba2e8e10b28835c6f9080c9c1802e0a4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();