(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250915&created_hour=09&dduuid=7fc92ab71bd05&device=0&device_type=desktop&os=Windows&ssid=uk48kni5ob6c2uodaa2lgeg3sg&t=1757899399&typeid=0&url_type=2&value=&sign=4f3b629e6021aad87a43500985fe8a801c63bd8c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();