(function() { const u = '/apps/statistics.php?aid=448698&browser=IE&created_date=20260308&created_hour=09&dduuid=c4eeb69098325&device=0&device_type=desktop&os=Windows&ssid=6d9gjojve1sd7pehkkrjs62jua&t=1772932214&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c69a4816378b99f5bb37e118cf0035d0fa831092&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();