(function() { const u = '/apps/statistics.php?aid=440480&browser=IE&created_date=20260316&created_hour=08&dduuid=8f8cbd184057d&device=0&device_type=desktop&os=Windows&ssid=gdra32u1jhqibtm9du7loanbfo&t=1773621625&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3f073296556b9018680719e7773badc5a6fd8964&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();