(function() { const u = '/apps/statistics.php?aid=444699&browser=IE&created_date=20260304&created_hour=16&dduuid=671fa2fadaff4&device=0&device_type=desktop&os=Windows&ssid=7ubp36llq4bnt2885r8ev3t8v7&t=1772613801&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=481010d8fb55a77b665b1c601569d1e10e24b098&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();