(function() { const u = '/apps/statistics.php?aid=14296&browser=IE&created_date=20260312&created_hour=08&dduuid=09e7d7f79218b&device=0&device_type=desktop&os=Windows&ssid=ho7j0rg4k649qos03bk5g36n0o&t=1773273845&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=eba3fe65e2cb2fcd995f9734d7157cc6a7274eb0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();