(function() { const u = '/apps/statistics.php?aid=269283&browser=IE&created_date=20260315&created_hour=06&dduuid=6272fd2318558&device=0&device_type=desktop&os=Windows&ssid=hes41fi0ha78r46gv1opfkqcoh&t=1773529049&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=444b05262a917e349ffc92363bf8e6c5c11dd7be&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();