(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250916&created_hour=06&dduuid=08afe539da47a&device=0&device_type=desktop&os=Windows&ssid=2k8ps4j7md6sqiunfh8lnnvjqe&t=1757977050&typeid=0&url_type=2&value=&sign=61f8139b5979ab3c84098ac773ac8d720da4017d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();