(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251015&created_hour=10&dduuid=45425d7629bd4&device=0&device_type=desktop&os=Windows&ssid=8q47nhhknbk661h9e7l51ro3n3&t=1760496939&typeid=0&url_type=2&value=&sign=c47bbfa9009eb29bbb71ed5070b4a3a82af41de9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();