(function() { const u = '/apps/statistics.php?aid=12089&browser=IE&created_date=20260122&created_hour=10&dduuid=0e3705dd37777&device=0&device_type=desktop&os=Windows&ssid=mtrd8a5evrtloa6na5105s679k&t=1769050355&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ff109bcfd38afca627543f92868ccc0e98237b16&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();