(function() { const u = '/apps/statistics.php?aid=435173&browser=IE&created_date=20260308&created_hour=02&dduuid=7ba2fcfa58889&device=0&device_type=desktop&os=Windows&ssid=fdi7qa14021lcuo7qb02re5q6g&t=1772906911&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8b1ea3a75d81fa349d82c4ff2c3ff9f682206206&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();