(function() { const u = '/apps/statistics.php?aid=390180&browser=IE&created_date=20260305&created_hour=23&dduuid=5bc0a92a1c53b&device=0&device_type=desktop&os=Windows&ssid=0cejfdsvnaepvldgq39t29ssde&t=1772724062&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6d506346aebe170a06f2aff4cbed7b39d734ccb6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();