(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250916&created_hour=00&dduuid=20acf4c9a2029&device=0&device_type=desktop&os=Windows&ssid=i9lqcvhg25bntkkippla6g150a&t=1757954819&typeid=0&url_type=2&value=&sign=63d33481e4c2c53b1d12cc295a187fdaceb2ef70&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();