(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251109&created_hour=02&dduuid=694bfd17631e6&device=0&device_type=desktop&os=Windows&ssid=8ekkedqc86f2i4jh929b6ouqfq&t=1762627552&typeid=0&url_type=2&value=&sign=5e7e50e2006ae1a42fbf01392e2c4780175cfefa&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();