(function() { const u = '/apps/statistics.php?aid=455086&browser=IE&created_date=20260306&created_hour=06&dduuid=3024026b8822c&device=0&device_type=desktop&os=Windows&ssid=c3o1u2aacr108hiamo0ql4h6rn&t=1772748891&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=471dc33b0a36caf2167d35d3e410063af67981a3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();