(function() { const u = '/apps/statistics.php?aid=51526&browser=IE&created_date=20260118&created_hour=02&dduuid=23b1310f5f0e9&device=0&device_type=desktop&os=Windows&ssid=95vhupg1t70h1aov70lpb4qg7g&t=1768673098&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ecc4e2cac76b1540efbd3898c0ea10cce42cd703&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();