(function() { const u = '/apps/statistics.php?aid=387623&browser=IE&created_date=20260310&created_hour=23&dduuid=73e6aad72ce4e&device=0&device_type=desktop&os=Windows&ssid=3pdpqaagupes4grfd8pgiq42jq&t=1773156739&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=02dba2d4d070064d67db39afb088d7b67546b850&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();