(function() { const u = '/apps/statistics.php?aid=264478&browser=IE&created_date=20260315&created_hour=15&dduuid=31faf31455e6d&device=0&device_type=desktop&os=Windows&ssid=p5h40ghv9vt4r2ie7fq2nb45eq&t=1773558060&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5d76b289925969c3214ccc117ba65c6d19bcfcfb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();