(function() { const u = '/apps/statistics.php?aid=294923&browser=IE&created_date=20260314&created_hour=04&dduuid=2ad399c3113df&device=0&device_type=desktop&os=Windows&ssid=0bn0qj9qpkoqv5nmq22acmfrrk&t=1773432957&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ee1a874e2afc8028c96b105d10ed3fe9792e4c85&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();