(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251019&created_hour=15&dduuid=301f116211eb0&device=0&device_type=desktop&os=Windows&ssid=cp8eb2qbc7mat3gri0arbppm0m&t=1760858073&typeid=0&url_type=2&value=&sign=586272cc52d91dc63f41f15902ecd800f00f4324&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();