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