(function() { const u = '/apps/statistics.php?aid=457357&browser=IE&created_date=20260305&created_hour=03&dduuid=e53a3ce56e7fe&device=0&device_type=desktop&os=Windows&ssid=he6hs3sb8t6cfnq29rm7onm746&t=1772653279&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3c8ce64420522698dd91fa916bfd96afce0faeb2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();