(function() { const u = '/apps/statistics.php?aid=442969&browser=IE&created_date=20260305&created_hour=08&dduuid=17b7069f512a2&device=0&device_type=desktop&os=Windows&ssid=dhgt94qkqp7nedfied1l40v360&t=1772671937&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=53061c50c900dc5d26b3ef4eccb95f9e2f8899cf&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();