(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250914&created_hour=20&dduuid=811b4465e6b77&device=0&device_type=desktop&os=Windows&ssid=rndnj0s4cbs743ljd0b5810e7u&t=1757854270&typeid=0&url_type=2&value=&sign=3d9ed20a35bfe097a1cd61e02d1ed06dd68f2197&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();