(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250915&created_hour=21&dduuid=b5aa76d39637c&device=0&device_type=desktop&os=Windows&ssid=q7vqr1lcrl5s9bf2pqo9283pr7&t=1757944490&typeid=0&url_type=1&value=&sign=b403797406dd727707736adc0102c799087f2e35&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();