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