(function() { const u = '/apps/statistics.php?aid=435364&browser=IE&created_date=20260310&created_hour=17&dduuid=9e7946af4de7d&device=0&device_type=desktop&os=Windows&ssid=livpv5ss51399i35k09be7pm54&t=1773134719&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e252f1e29e2e4aa7cc972b0b2d9e3284ef0f67c8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();