(function() { const u = '/apps/statistics.php?aid=324819&browser=IE&created_date=20260313&created_hour=17&dduuid=148d403e901ae&device=0&device_type=desktop&os=Windows&ssid=6d3n2hc6oen8q4otl04e16t7vg&t=1773394191&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4ed9c06c911cdd8661f8c78256bbff35da23b8e0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();