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