(function() { const u = '/apps/statistics.php?aid=363156&browser=IE&created_date=20260114&created_hour=06&dduuid=4c781cd8dbc7b&device=0&device_type=desktop&os=Windows&ssid=be7mluhivaovj47isccrp5k1e8&t=1768343398&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=99565cd32d825c03b59a74b4d528aae7e4f774ca&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();