(function() { const u = '/apps/statistics.php?aid=346377&browser=IE&created_date=20260313&created_hour=01&dduuid=9cb1224e1a693&device=0&device_type=desktop&os=Windows&ssid=hmqstp3f3npo02vhp4060ferbk&t=1773337722&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=76e9c89308e8a07f1500a3a6e26ffab57251a22d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();