(function() { const u = '/apps/statistics.php?aid=398026&browser=IE&created_date=20260225&created_hour=06&dduuid=b9d564f8da1d6&device=0&device_type=desktop&os=Windows&ssid=drpi4l2ul8t5654mlm7l87tluo&t=1771971977&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1e5086f9f901e6f0ee6e0f553a9af50dc3e86881&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();