(function() { const u = '/apps/statistics.php?aid=71108&browser=IE&created_date=20260304&created_hour=23&dduuid=4de8ad74da002&device=0&device_type=desktop&os=Windows&ssid=8uul5aq7ckiikb7lb9edbc65gs&t=1772637087&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6c448b791e33c13f2b709529676207043fcd46bd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();