(function() { const u = '/apps/statistics.php?aid=443230&browser=IE&created_date=20260311&created_hour=02&dduuid=59055c615bb75&device=0&device_type=desktop&os=Windows&ssid=ef6kkgum2fciqjb2e2cntcavms&t=1773168228&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d36b65080749eac30f6014e2efff619ced09681c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();