(function() { const u = '/apps/statistics.php?aid=423288&browser=IE&created_date=20260102&created_hour=04&dduuid=b2665a459db0d&device=0&device_type=desktop&os=Windows&ssid=cpudu7kl0js2bigkq4queh8h41&t=1767298229&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1f7340a100b87e4c4fed536455855bd37d0648c8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();