(function() { const u = '/apps/statistics.php?aid=17343&browser=IE&created_date=20260311&created_hour=15&dduuid=efce9922f8144&device=0&device_type=desktop&os=Windows&ssid=cv8po5jpvlgjm8lv15psvmfstk&t=1773213498&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cc7e4a4fcff9981d3f9a29c7933323c8c6ea6172&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();