(function() { const u = '/apps/statistics.php?aid=21115&browser=IE&created_date=20260119&created_hour=11&dduuid=98c40e01135e6&device=0&device_type=desktop&os=Windows&ssid=vofe60dsu5hi59iabmbl4lht3n&t=1768792827&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=83005907f6be44ad34cdb5bd783d949f4fa80784&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();