(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251029&created_hour=18&dduuid=d1c9d9d3939c1&device=0&device_type=desktop&os=Windows&ssid=n0kiiftqeklhifvf7370vf5agk&t=1761733375&typeid=0&url_type=2&value=&sign=9a6bafc54e54869a025e1f96711fcd1b1a56eaa4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();