(function() { const u = '/apps/statistics.php?aid=451493&browser=IE&created_date=20260312&created_hour=06&dduuid=06c8e458d52c4&device=0&device_type=desktop&os=Windows&ssid=a331le5nas999hn4l036tvone5&t=1773269238&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dab172c21a1e0aa6e182c68918f3ad15c657416f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();