(function() { const u = '/apps/statistics.php?aid=441803&browser=IE&created_date=20260304&created_hour=00&dduuid=808b83c91946a&device=0&device_type=desktop&os=Windows&ssid=8rp9a2ntshrjeo1t8hpsq421da&t=1772555272&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ef25c326eaa7c808ceda8dc6205c5bf175d793f6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();