(function() { const u = '/apps/statistics.php?aid=452238&browser=IE&created_date=20260306&created_hour=13&dduuid=232296dca8970&device=0&device_type=desktop&os=Windows&ssid=56cl7no4cfgvifdaudfie9n7cj&t=1772775345&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e040714d0b9066750293e942aab4e5b7af968459&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();