(function() { const u = '/apps/statistics.php?aid=412204&browser=IE&created_date=20260303&created_hour=12&dduuid=b0dda743f3fd4&device=0&device_type=desktop&os=Windows&ssid=ecknjdik6rr6npk6uat4h49194&t=1772513917&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c0877ad4c4418a8070546f4cd7d2db6a282de8b4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();