(function() { const u = '/apps/statistics.php?aid=445969&browser=IE&created_date=20260311&created_hour=21&dduuid=4fd26a4b7c88a&device=0&device_type=desktop&os=Windows&ssid=ov4hjr8020d0dst36emh23mgo9&t=1773235280&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=331bc6946684782ca3c84e4c9ecb6dbcb543d54f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();