(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250918&created_hour=10&dduuid=7777493159aaf&device=0&device_type=desktop&os=Windows&ssid=6eg4mgmh9ifcdm12aargmh8p8r&t=1758164079&typeid=0&url_type=2&value=&sign=33592052caa7c720f0a9286547a682ce6e2cb368&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();