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