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