(function() { const u = '/apps/statistics.php?aid=442732&browser=IE&created_date=20260305&created_hour=12&dduuid=a5482a75d21e8&device=0&device_type=desktop&os=Windows&ssid=qao2ebi99l6alr09fmpa94cgmt&t=1772685607&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3fdf4f44cf90587c55b679c75395af5c7716c7e2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();