(function() { const u = '/apps/statistics.php?aid=403375&browser=IE&created_date=20260125&created_hour=21&dduuid=9674be669e251&device=0&device_type=desktop&os=Windows&ssid=a3a9t9cdico5feoim8nlbph9ui&t=1769346089&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7c34f207e56ef1d29cff9d9dc1d881b5d0f47dd6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();