(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251019&created_hour=09&dduuid=5536d99ad306b&device=0&device_type=desktop&os=Windows&ssid=3qm0qhiqvs902gahbccp13ileo&t=1760836984&typeid=0&url_type=2&value=&sign=7275edf704f4ee703a48dda46d62643d259aba21&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();