(function() { const u = '/apps/statistics.php?aid=456402&browser=IE&created_date=20260228&created_hour=02&dduuid=bae1fb102e10c&device=0&device_type=desktop&os=Windows&ssid=5cdfs5v57tm0aqne0s8jdfvc0b&t=1772218547&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=778fa21457b0593622cc6a4de7574a1651dad250&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();