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