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