(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251019&created_hour=09&dduuid=150a598d7ec46&device=0&device_type=desktop&os=Windows&ssid=f5qfqhlnd7csu2gi25l2111ec6&t=1760838881&typeid=0&url_type=2&value=&sign=45ad0d92f60fd8184b03333d2c292454daa0b21d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();