(function() { const u = '/apps/statistics.php?aid=141209&browser=IE&created_date=20260310&created_hour=05&dduuid=be748433a5b64&device=0&device_type=desktop&os=Windows&ssid=213kmfav4rkpu77ggq4sf98rrt&t=1773092126&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=12d2b5638499ca71587c5bda94a9902e6c60ffe9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();