(function() { const u = '/apps/statistics.php?aid=246781&browser=IE&created_date=20260317&created_hour=01&dduuid=efefdc9585bde&device=0&device_type=desktop&os=Windows&ssid=srvte2ico78kddin3k07kqgdlm&t=1773680809&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ae20ee2296fffa60dd5aa57506c14272f405fea7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();