(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251027&created_hour=15&dduuid=5b7b083430aa3&device=0&device_type=desktop&os=Windows&ssid=i1q6j3njmnmd78g6snb45uq928&t=1761550920&typeid=0&url_type=2&value=&sign=05dd62b1b65c6c20932ab925dddc08d0ee94c429&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();