(function() { const u = '/apps/statistics.php?aid=433940&browser=IE&created_date=20260309&created_hour=11&dduuid=b9d54bd869af1&device=0&device_type=desktop&os=Windows&ssid=67e5bgl5bp8feekvs6rnbal566&t=1773028020&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ed8b764237856332ebcb844626c55e1949e0a49c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();