(function() { const u = '/apps/statistics.php?aid=12288&browser=IE&created_date=20260121&created_hour=13&dduuid=763d3913046e3&device=0&device_type=desktop&os=Windows&ssid=07v24jl4rbe983f3dlk7bd7232&t=1768973865&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=25a63b90205eb2115ad8068bd46b6a55257ac81c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();