(function() { const u = '/apps/statistics.php?aid=449390&browser=IE&created_date=20260226&created_hour=08&dduuid=b067342fd0fe1&device=0&device_type=desktop&os=Windows&ssid=e4fp07rgkiu20p2br3he3asbc8&t=1772064346&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=13e3ed7927574db111f4c5480cee54bc8c2b0281&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();