(function() { const u = '/apps/statistics.php?aid=422312&browser=IE&created_date=20260131&created_hour=16&dduuid=d1342d7855da8&device=0&device_type=desktop&os=Windows&ssid=93lae2equmhtru7ems1ur7c261&t=1769848387&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b11c785fc99600a0a776e73c7219860a59990bcd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();