(function() { const u = '/apps/statistics.php?aid=455244&browser=IE&created_date=20260224&created_hour=17&dduuid=aba384b4bab2f&device=0&device_type=desktop&os=Windows&ssid=jte2cpkmhb5trt5g3dqaqnvomq&t=1771925227&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c83cbe265e2175510b5a28b4855c7bee0cd2e883&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();