(function() { const u = '/apps/statistics.php?aid=455808&browser=IE&created_date=20260206&created_hour=14&dduuid=42e924f94180a&device=0&device_type=desktop&os=Windows&ssid=77q6183s3bpcafltm2rb3vtmc7&t=1770357701&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8faebd0cfcc70414039dbc3a4e86766b686b51a4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();