(function() { const u = '/apps/statistics.php?aid=294939&browser=IE&created_date=20260116&created_hour=08&dduuid=2c0d874d176db&device=0&device_type=desktop&os=Windows&ssid=dnmqd6e0i9ce36vdq9iodllpni&t=1768524655&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=078a02f7b53c52661e624c52063b90f64659d793&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();