(function() { const u = '/apps/statistics.php?aid=403138&browser=IE&created_date=20260308&created_hour=06&dduuid=d614b3984b358&device=0&device_type=desktop&os=Windows&ssid=sh0t8912dgd5rqmhseur9lbahq&t=1772921889&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ec8effd7289ff7b7f19ebae72ae26cc071fceff6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();