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