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