(function() { const u = '/apps/statistics.php?aid=454434&browser=IE&created_date=20260224&created_hour=01&dduuid=ebbf92476708e&device=0&device_type=desktop&os=Windows&ssid=mhji91ohbkt28gh5052kd8r6u6&t=1771866470&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e472c663c48bd01445d7e62824fb7dcb49544788&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();