(function() { const u = '/apps/statistics.php?aid=440528&browser=IE&created_date=20260316&created_hour=17&dduuid=9d5609aa03d71&device=0&device_type=desktop&os=Windows&ssid=cjo4dfv1heg9fvm63kktcs4cd0&t=1773652234&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=85d96b229edbe47a2561511f1e2f3f536e6d46ec&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();