(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251031&created_hour=06&dduuid=6c9a52cf2bac2&device=0&device_type=desktop&os=Windows&ssid=95ggikuhvqe214952pj0mtv7ei&t=1761862745&typeid=0&url_type=2&value=&sign=614b85ef95a5752de55c9ba275abfa0deadfc4d0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();