(function() { const u = '/apps/statistics.php?aid=344519&browser=IE&created_date=20260313&created_hour=10&dduuid=f36490968a722&device=0&device_type=desktop&os=Windows&ssid=e3vp10vkpkds3arf82i3g8ub71&t=1773369279&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=91daadd8a8d375eb94d27f10f3637794d434a4f9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();