(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251021&created_hour=19&dduuid=143d96a7a5957&device=0&device_type=desktop&os=Windows&ssid=lt0a71epdvj6agbv7vu06cj4a7&t=1761044593&typeid=0&url_type=2&value=&sign=fd1bd48295dfdcdddcac9de3db1330a15bdc5ad4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();