(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20260227&created_hour=06&dduuid=160cddca48f65&device=0&device_type=desktop&os=Windows&ssid=6ang0khm6c2816ip701v59aqdg&t=1772145162&typeid=21&url_type=1&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c6ac7207cbd6ce875d23cce65e418d801cf3fce1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();