(function() { const u = '/apps/statistics.php?aid=455085&browser=IE&created_date=20260224&created_hour=07&dduuid=5b85febeb1f54&device=0&device_type=desktop&os=Windows&ssid=k7f70v6gfsvbtkib978b5b2c1l&t=1771890760&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9227aad9f7d8a6d68081754386472cf3e12c7d75&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();