(function() { const u = '/apps/statistics.php?aid=334314&browser=IE&created_date=20260311&created_hour=12&dduuid=2a277f71ce5e1&device=0&device_type=desktop&os=Windows&ssid=l85ehp0itd5lmthrmq4uqbp228&t=1773204798&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8ec27206c04c7fec6b8db50fbb7b2c76caf75d72&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();