(function() { const u = '/apps/statistics.php?aid=75698&browser=IE&created_date=20260310&created_hour=13&dduuid=de00e71e3f3f2&device=0&device_type=desktop&os=Windows&ssid=sao55lp8r56o64rl07i04ou8a9&t=1773122208&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f55d7be32557afed63f6065ac38d35032b3a8305&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();