(function() { const u = '/apps/statistics.php?aid=406935&browser=IE&created_date=20260312&created_hour=13&dduuid=b407b38a4056e&device=0&device_type=desktop&os=Windows&ssid=ctemq4a57mfg1ukka5381i3hc8&t=1773294177&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dbae5a75d9d1056c38e4ff4079578a1034e15e24&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();