(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251020&created_hour=20&dduuid=9076dd1bb59c6&device=0&device_type=desktop&os=Windows&ssid=qm9sf7hc9jh2cfp7acrfojlv6m&t=1760963495&typeid=0&url_type=2&value=&sign=42e1d11a3cf0a98e14c8cb97776945ef73957b8d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();