(function() { const u = '/apps/statistics.php?aid=324417&browser=IE&created_date=20260313&created_hour=08&dduuid=c1d6ed5aa019d&device=0&device_type=desktop&os=Windows&ssid=nbjs3m2h337ou8abqv2rqusa12&t=1773362680&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cd3975fb6dff25c9bbcd19eef65eb63853e58c1b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();