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