(function() { const u = '/apps/statistics.php?aid=441167&browser=IE&created_date=20260111&created_hour=16&dduuid=66a32c1fc0f71&device=0&device_type=desktop&os=Windows&ssid=nphu76jssnl7ookh9qd1djd6jh&t=1768121304&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e959f827191c2f5ab278c57e440feb924d1ca1ca&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();