(function() { const u = '/apps/statistics.php?aid=432948&browser=IE&created_date=20251228&created_hour=23&dduuid=26f08e174d08d&device=0&device_type=desktop&os=Windows&ssid=h9l01qsj4jr4vo2pudmrlpadna&t=1766934246&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c024864c11a0b1187efe488754857166da133b03&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();