(function() { const u = '/apps/statistics.php?aid=456088&browser=IE&created_date=20260310&created_hour=10&dduuid=96dffdb600dcd&device=0&device_type=desktop&os=Windows&ssid=knn65lo147rn0c6aoch5rr1h60&t=1773110268&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f582cad927024672d25b92c56ccea2d6ee5e87e8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();