(function() { const u = '/apps/statistics.php?aid=436367&browser=IE&created_date=20260315&created_hour=16&dduuid=6727fa62904c2&device=0&device_type=desktop&os=Windows&ssid=6i0f8oirtrtj9qf7m4t6fm1tmm&t=1773562321&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3b34345d8144f63c306d822e7858d3ac8f54ee4a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();