(function() { const u = '/apps/statistics.php?aid=446330&browser=IE&created_date=20260124&created_hour=11&dduuid=3801114d651f5&device=0&device_type=desktop&os=Windows&ssid=29ucmq4m3evfevvk79k8hc3b7n&t=1769226123&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cbf31c5b1ff94ee47651281cf54032a24097a6fd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();