(function() { const u = '/apps/statistics.php?aid=455445&browser=IE&created_date=20260305&created_hour=20&dduuid=fe746d61c51f3&device=0&device_type=desktop&os=Windows&ssid=et2hs27qbn26qabce96imjn3uk&t=1772713401&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=df757c5f704b1f6ccc40f9a1f1959d454dc2bbef&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();