(function() { const u = '/apps/statistics.php?aid=405439&browser=IE&created_date=20260307&created_hour=02&dduuid=002fa1ce3f383&device=0&device_type=desktop&os=Windows&ssid=fal00jrj5culk74a749tobgk43&t=1772820922&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e0942a2d4c65298abdc8e3617e0c719299ce47ae&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();