(function() { const u = '/apps/statistics.php?aid=404043&browser=IE&created_date=20260311&created_hour=11&dduuid=0824514c80dc3&device=0&device_type=desktop&os=Windows&ssid=vj50113s6jlc9r4g5maqulom54&t=1773199698&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c30980e439a427ce261a05ed05af862d1cd0db1d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();