(function() { const u = '/apps/statistics.php?aid=445897&browser=IE&created_date=20260312&created_hour=01&dduuid=ec1f1c3793f13&device=0&device_type=desktop&os=Windows&ssid=8j973ns8gd4gnoh596n5cnfj21&t=1773248850&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=55311432a6048ef86b6d1a6fc7622accca5da896&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();