(function() { const u = '/apps/statistics.php?aid=12230&browser=IE&created_date=20260121&created_hour=22&dduuid=b9de70bd1f561&device=0&device_type=desktop&os=Windows&ssid=6l97duve0guk3qbjenrebmjidr&t=1769004953&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7c7072ff6f8c23878936f04b8b2b61b53ade2ab5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();