(function() { const u = '/apps/statistics.php?aid=347457&browser=IE&created_date=20260313&created_hour=00&dduuid=d60e377e459bd&device=0&device_type=desktop&os=Windows&ssid=a4l3cl9tv82nolv75uga14u9ma&t=1773332128&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9d4f10b5170e3c2cf045e0b7e423dfa3cc7b0bda&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();