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