(function() { const u = '/apps/statistics.php?aid=98714&browser=IE&created_date=20260112&created_hour=09&dduuid=d5478bc119262&device=0&device_type=desktop&os=Windows&ssid=vehs67ne2fo1nlltvgss8agsk0&t=1768180056&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=22afeac8d3276a1a1ebb2163d03f93c7ebd47cd2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();