(function() { const u = '/apps/statistics.php?aid=448682&browser=IE&created_date=20260308&created_hour=09&dduuid=1a168030daad8&device=0&device_type=desktop&os=Windows&ssid=55nlchfn9104dogfn6nc96i5ha&t=1772933749&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=79731701f729324bc9b7e43e5a11b4236ce05ce8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();