(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250915&created_hour=15&dduuid=54a19d940e7aa&device=0&device_type=desktop&os=Windows&ssid=14ac18o3iugvghb2e70iceqtfm&t=1757922477&typeid=0&url_type=2&value=&sign=fc030ee98a44056049ad09c339b465cd61ca1c9f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();