(function() { const u = '/apps/statistics.php?aid=407116&browser=IE&created_date=20260310&created_hour=23&dduuid=0a5b14908abab&device=0&device_type=desktop&os=Windows&ssid=1vtoaigc2h6626l981t1n79ddb&t=1773157812&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=100ce932a342f865f2190f697ac5e1fbb1b746ee&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();