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