(function() { const u = '/apps/statistics.php?aid=447552&browser=IE&created_date=20260112&created_hour=10&dduuid=15ab61078b293&device=0&device_type=desktop&os=Windows&ssid=0u3qoef21kele2aanvda6v8civ&t=1768186171&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=56fa88b830eb761e4a3d2b0e304f195c6282bb0f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();