(function() { const u = '/apps/statistics.php?aid=98763&browser=IE&created_date=20260123&created_hour=05&dduuid=ef85b22399ef1&device=0&device_type=desktop&os=Windows&ssid=cmhqs0rt7gl3vicmmn2vo4ajds&t=1769118450&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=86307afaa6e0feb3feb9b1544985db9c0ce36c81&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();