(function() { const u = '/apps/statistics.php?aid=269298&browser=IE&created_date=20260224&created_hour=06&dduuid=0d109ab6eb698&device=0&device_type=desktop&os=Windows&ssid=3aj26r58vrcpu16futasrivrpt&t=1771885979&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7fea74afeb159ee9c824164a6e6959a6f004aca2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();