(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250918&created_hour=01&dduuid=c5e7a3966c1af&device=0&device_type=desktop&os=Windows&ssid=ct8tfs1ceqj67589nh5ajc02ku&t=1758131472&typeid=0&url_type=2&value=&sign=071671db37486d4ed20a09ca361d490f88117642&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();