(function() { const u = '/apps/statistics.php?aid=452398&browser=IE&created_date=20260311&created_hour=22&dduuid=af312c12c4d1d&device=0&device_type=desktop&os=Windows&ssid=874i9o3id0f1pnenrg22m7emqm&t=1773240427&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f2b7e096b1d52ce342b5f063a02e1fe09c05d87b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();