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