(function() { const u = '/apps/statistics.php?aid=383683&browser=IE&created_date=20260305&created_hour=06&dduuid=7ccbdaccff968&device=0&device_type=desktop&os=Windows&ssid=63fp0nebhlgngrqe0kv35obqip&t=1772661745&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=21ef4df4a364c054f47d4a41606af6e3b97eba62&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();