(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251011&created_hour=21&dduuid=7d9d476194091&device=0&device_type=desktop&os=Windows&ssid=v6hsgemjg3ddsiuuthqcs48amp&t=1760190356&typeid=0&url_type=2&value=&sign=c36e8b5a3d4d47b69aacc303b755503cd8999ffc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();