(function() { const u = '/apps/statistics.php?aid=6709&browser=IE&created_date=20260310&created_hour=08&dduuid=304b174883989&device=0&device_type=desktop&os=Windows&ssid=enjb452gcck40vmt7312264aga&t=1773102617&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=bda6daf706b40e865333412b8614ce3cb1b3e387&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();