(function() { const u = '/apps/statistics.php?aid=435261&browser=IE&created_date=20260312&created_hour=23&dduuid=0bbdc358fcb15&device=0&device_type=desktop&os=Windows&ssid=cggpr50o7a9s14t3vees8ctc5r&t=1773329908&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=80de6b2c0837dde186e921704e990d2bd296efcd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();