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