(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251012&created_hour=18&dduuid=4e30cc5bc9c42&device=0&device_type=desktop&os=Windows&ssid=qo4ef5focielcphb2q460fs7qp&t=1760264010&typeid=0&url_type=2&value=&sign=6c7e4dde6baca0336f5eba59e4ada52a90908634&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();