(function() { const u = '/apps/statistics.php?aid=455171&browser=IE&created_date=20260305&created_hour=00&dduuid=b8f7a517e4c7c&device=0&device_type=desktop&os=Windows&ssid=dt820o0pvap6inag2419r3p079&t=1772642451&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d14a83fd20250b634730e022cfc2468848596dd2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();