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