(function() { const u = '/apps/statistics.php?aid=455836&browser=IE&created_date=20260304&created_hour=19&dduuid=f0bf94e2010fc&device=0&device_type=desktop&os=Windows&ssid=l5t0tbiifpl1nrdfi2spml8c59&t=1772622645&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ba07785303ab627c16fc83cb24bf0fd92847f4d0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();