(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251103&created_hour=14&dduuid=5c498158f2f68&device=0&device_type=desktop&os=Windows&ssid=ov7dl5rqho1ppv72g9agjp7vdd&t=1762152564&typeid=0&url_type=2&value=&sign=977da0e038ec6165d2d943767c91296e4a7275d0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();