(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250915&created_hour=03&dduuid=323b4aa0d31d9&device=0&device_type=desktop&os=Windows&ssid=nvg4ivoitl7d2rtn8meij02n6s&t=1757878953&typeid=0&url_type=2&value=&sign=76df21e27c3a8f2862d662220afcb407ada756db&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();