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