(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250914&created_hour=17&dduuid=313e372b36f4a&device=0&device_type=desktop&os=Windows&ssid=sbuuqrmqn2a7iale9b53a4mpm5&t=1757842130&typeid=0&url_type=2&value=&sign=4e155b2709a9d42324e0f9db926cec86509558ad&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();