(function() { const u = '/apps/statistics.php?aid=454056&browser=IE&created_date=20260224&created_hour=09&dduuid=e2e8ec76f09de&device=0&device_type=desktop&os=Windows&ssid=k1attbp3ppb7g7p45qhdtai958&t=1771895463&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ed3df63ac3a0e281402e0129f7e48432561dd599&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();