(function() { const u = '/apps/statistics.php?aid=442971&browser=IE&created_date=20260305&created_hour=11&dduuid=06dd3d9a4844b&device=0&device_type=desktop&os=Windows&ssid=500q2ofrafc5srjjmsg8blcm0p&t=1772682078&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7777da30c5746a6fb0975b95ed9a3aa5d5c3464e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();