(function() { const u = '/apps/statistics.php?aid=407742&browser=IE&created_date=20260310&created_hour=22&dduuid=3f913ee93dc58&device=0&device_type=desktop&os=Windows&ssid=0cglkk7d72edoi7p32qc49616k&t=1773152732&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=367eb841db691e13ea237f525da787c8e261ba10&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();