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