(function() { const u = '/apps/statistics.php?aid=439069&browser=IE&created_date=20260304&created_hour=03&dduuid=3e0e31ddad95e&device=0&device_type=desktop&os=Windows&ssid=fk09kh51gsqdvsgj847kfvm0fs&t=1772566922&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2f3f264074b45c254c023652bce83bf316e4b06d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();