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