(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250914&created_hour=17&dduuid=20121166078a4&device=0&device_type=desktop&os=Windows&ssid=0ar07c7oq3qnsfgr9n4hpu24rd&t=1757843000&typeid=0&url_type=2&value=&sign=d708d7eb3d2e76dd27d87ce83e8740e4056a2038&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();