(function() { const u = '/apps/statistics.php?aid=457544&browser=IE&created_date=20260228&created_hour=02&dduuid=dadbef5a81c53&device=0&device_type=desktop&os=Windows&ssid=q8ofhqfv2fmpse8fss4auedjqn&t=1772218466&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f47e9ef892cba264e9832ed8f7adea4925eb616f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();