(function() { const u = '/apps/statistics.php?aid=416286&browser=IE&created_date=20260315&created_hour=19&dduuid=df7461e28fa02&device=0&device_type=desktop&os=Windows&ssid=54hi282g394t56q7i68malu6q8&t=1773572980&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=953ce9ff27d41d953a2f2c030743a2f163787a3a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();