(function() { const u = '/apps/statistics.php?aid=79891&browser=IE&created_date=20260310&created_hour=20&dduuid=223b6a9d06fb4&device=0&device_type=desktop&os=Windows&ssid=2ri9i95pd041m61u7oa53n1rsu&t=1773145401&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4a118ddf89acd67c2fc53406710880db65dd60ba&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();