(function() { const u = '/apps/statistics.php?aid=336587&browser=IE&created_date=20260225&created_hour=15&dduuid=b28884e98c19e&device=0&device_type=desktop&os=Windows&ssid=f0lmu7uddb9kuhjlu33pl9c553&t=1772005378&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3674b136caae73079ea0adb7a443a75b105b583b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();