(function() { const u = '/apps/statistics.php?aid=38468&browser=IE&created_date=20260310&created_hour=20&dduuid=36fbc3df68e5b&device=0&device_type=desktop&os=Windows&ssid=dh95rt8ik3nr02lf7mvpur8hid&t=1773145421&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3d6787003cf5b14122a20b8707159f7e9bdb6a71&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();