(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251109&created_hour=09&dduuid=092c892a47d4d&device=0&device_type=desktop&os=Windows&ssid=0rd65trsbcqh98iq2gla1i3629&t=1762651822&typeid=0&url_type=2&value=&sign=9d25946d064b540471aaf76a8fa9495675e476c0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();