(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251016&created_hour=23&dduuid=e04ea0ffb7d5b&device=0&device_type=desktop&os=Windows&ssid=32c8gr1cn1gqu5vibkq1g552nc&t=1760630243&typeid=0&url_type=2&value=&sign=cb566472846530d90bde0a8bf961bb01447a948f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();