(function() { const u = '/apps/statistics.php?aid=432&browser=IE&created_date=20260225&created_hour=02&dduuid=59d47684bf3aa&device=0&device_type=desktop&os=Windows&ssid=8vmtceoomp109umjbt3r84dk6h&t=1771956264&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=188ac27f0f02030e2eff5542395ea8415bd81fbb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();