(function() { const u = '/apps/statistics.php?aid=395809&browser=IE&created_date=20260304&created_hour=04&dduuid=f2276a628ca44&device=0&device_type=desktop&os=Windows&ssid=id4ojf9utas1pgi3umv6t9c02k&t=1772569146&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ea56ae4367e76a30376b2d253262c5588ad1a813&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();