(function() { const u = '/apps/statistics.php?aid=402683&browser=IE&created_date=20260303&created_hour=23&dduuid=a7829f6c0e192&device=0&device_type=desktop&os=Windows&ssid=14sot1nag1jc6u860mj3j5hcvb&t=1772552063&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b1010732ca3e75ef0ae87f922bfbb26caf913347&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();