(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251024&created_hour=15&dduuid=4e76d3698c493&device=0&device_type=desktop&os=Windows&ssid=4bfl0nrgfhfmnhj69qif5bnubn&t=1761290515&typeid=0&url_type=2&value=&sign=38557097f8126373c5977321936f190767434593&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();