(function() { const u = '/apps/statistics.php?aid=443993&browser=IE&created_date=20260313&created_hour=13&dduuid=6fdb55e84f6e5&device=0&device_type=desktop&os=Windows&ssid=m93c2de500fij4i5s21tbi3a5p&t=1773380178&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=91d657b420756698e269c0241366054dc6e72f8e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();