(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250914&created_hour=22&dduuid=aad81e3e53d4a&device=0&device_type=desktop&os=Windows&ssid=5dbj0poi3q347chl2kqcugolme&t=1757860099&typeid=0&url_type=2&value=&sign=7dd334b3a92f07fead0a91b07e83709a15fd1257&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();