(function() { const u = '/apps/statistics.php?aid=444445&browser=IE&created_date=20260313&created_hour=09&dduuid=e7494b58f3790&device=0&device_type=desktop&os=Windows&ssid=kv50obgo4sm66p4tr6vl1lc4bm&t=1773364475&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cc7b2bca3d624f6e14f6be39b33817983feeadfe&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();