(function() { const u = '/apps/statistics.php?aid=448895&browser=IE&created_date=20260114&created_hour=00&dduuid=43c438a92722b&device=0&device_type=desktop&os=Windows&ssid=28ivnrfe3cmstkrkk6avfdq7dt&t=1768321876&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ee6cf8eec78655dcc67b0cea7b97e608bf49351e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();