(function() { const u = '/apps/statistics.php?aid=454354&browser=IE&created_date=20260201&created_hour=05&dduuid=5eec021752929&device=0&device_type=desktop&os=Windows&ssid=41r8o50l6eg2ljdl7l58c8cffa&t=1769895622&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8a8b029f93365027959e4f170919d027b1510ca4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();