(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250914&created_hour=19&dduuid=1ddd2ec5374de&device=0&device_type=desktop&os=Windows&ssid=fffqra8mov2vcasq2h084ef241&t=1757848070&typeid=0&url_type=2&value=&sign=61c54e1c1e84d81ffda57d500c0c2f7c625d10d1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();