(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251019&created_hour=06&dduuid=d2ccf95e07c2b&device=0&device_type=desktop&os=Windows&ssid=8rh2brng2mets5vfmu90f3894p&t=1760826630&typeid=0&url_type=2&value=&sign=566703365cede673650803be2e0f000c637ad8b4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();