(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251023&created_hour=17&dduuid=2b1d225aa1be4&device=0&device_type=desktop&os=Windows&ssid=2ielk9hq4rgf7aig1vrltckd7a&t=1761212162&typeid=0&url_type=2&value=&sign=173fb09784f17554a78592565aa130b7018b955d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();