(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251020&created_hour=03&dduuid=bf08371767763&device=0&device_type=desktop&os=Windows&ssid=gp6lv4jnc8akc9aak00e49ik56&t=1760903824&typeid=0&url_type=2&value=&sign=70cb66df976effa219c86db6fc929bd87378b2b4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();