(function() { const u = '/apps/statistics.php?aid=453838&browser=IE&created_date=20260305&created_hour=18&dduuid=799f4c325e716&device=0&device_type=desktop&os=Windows&ssid=99lv9qb6l2racf7rnerufi7k8f&t=1772705564&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d7a698fed677632040cb71b72d4d61e8f837cc1e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();