(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251029&created_hour=18&dduuid=9154e193cc2d9&device=0&device_type=desktop&os=Windows&ssid=9dcpigug2bpppdn55qo1hjiu6q&t=1761734420&typeid=0&url_type=1&value=&sign=25a735ed1b84ca885265a8499c7a34f28a07c01d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();