(function() { const u = '/apps/statistics.php?aid=405377&browser=IE&created_date=20260124&created_hour=02&dduuid=da1698b8b4adf&device=0&device_type=desktop&os=Windows&ssid=odkkf0s3n4ghspsscf3fofnd2i&t=1769194614&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=944a839ee3b5193be1a02ee47f426061e32c8170&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();