(function() { const u = '/apps/statistics.php?aid=454576&browser=IE&created_date=20260311&created_hour=09&dduuid=47f530b801a49&device=0&device_type=desktop&os=Windows&ssid=lhjp6pjqf31nrh63rt5u8m4bim&t=1773192073&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7b12a3a315561e92aa8ba397b431864914e0a2dc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();