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