(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250918&created_hour=10&dduuid=3c3eea5b326d9&device=0&device_type=desktop&os=Windows&ssid=t8ad05s2m48oncs5kslopbdnmp&t=1758163821&typeid=0&url_type=1&value=&sign=18d4303e003fd33e3f69d11d40f5fbb97c7fbd1e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();