(function() { const u = '/apps/statistics.php?aid=453806&browser=IE&created_date=20260227&created_hour=03&dduuid=5858dcde1e82b&device=0&device_type=desktop&os=Windows&ssid=34b3o4lqr2du7t6ugh4br5jjs2&t=1772133002&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3abf2aafe9048194010766986f1c31432b17b9b4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();