(function() { const u = '/apps/statistics.php?aid=312631&browser=IE&created_date=20260225&created_hour=22&dduuid=24392b0460c0b&device=0&device_type=desktop&os=Windows&ssid=b16vp8l7vt1fvgasisa72iv0pr&t=1772029623&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=47da2df445f51ed33ca41309ed7c2c18607c0b09&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();