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