(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250915&created_hour=21&dduuid=78c69ab331c09&device=0&device_type=desktop&os=Windows&ssid=gnm8jtk5m7si1d5lg4jlannr0l&t=1757944631&typeid=0&url_type=2&value=&sign=ac6730307ee5f0855e10241d30025b5af8877977&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();