(function() { const u = '/apps/statistics.php?aid=448131&browser=IE&created_date=20260223&created_hour=20&dduuid=2316b78c52bbd&device=0&device_type=desktop&os=Windows&ssid=cefj82an7q620kpe6rf3cu9j4s&t=1771851231&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d4fb66104cd5ab03c31518a8fff2a24a8fae3395&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();