(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251111&created_hour=09&dduuid=1ef3fe8397feb&device=0&device_type=desktop&os=Windows&ssid=9p05se9jj0d8ngrugmt1ftcv9g&t=1762825503&typeid=0&url_type=2&value=&sign=647c6985d611940e0652b799faed9a00af070e10&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();