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