(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251017&created_hour=09&dduuid=43e4966555007&device=0&device_type=desktop&os=Windows&ssid=8btm6nhdok2sege0b0g276d00e&t=1760663937&typeid=0&url_type=2&value=&sign=7c62878f3269ddeb343d127832524f7f15cbda7c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();