(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251103&created_hour=02&dduuid=d010c5df44caa&device=0&device_type=desktop&os=Windows&ssid=7rv7i52ubmjnm5harcbjk9h6bu&t=1762108808&typeid=0&url_type=2&value=&sign=775f1caf5b4d0c77b2b502fbe76d41345e8ffeed&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();