(function() { const u = '/apps/statistics.php?aid=141192&browser=IE&created_date=20260311&created_hour=08&dduuid=ef1851c351046&device=0&device_type=desktop&os=Windows&ssid=m40g6di5n5575iji446247hab2&t=1773188155&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=feaf6f85d306a2cc563fac79e815b82a1437ea83&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();