(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250916&created_hour=15&dduuid=ac87ea7bd5b4a&device=0&device_type=desktop&os=Windows&ssid=4vki8iup12p0dps046sk26h0o4&t=1758008472&typeid=0&url_type=2&value=&sign=8fe4a37fd4158f310e8e86144e1273c20206dd74&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();