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