(function() { const u = '/apps/statistics.php?aid=77257&browser=IE&created_date=20260117&created_hour=16&dduuid=70627ecc5f91e&device=0&device_type=desktop&os=Windows&ssid=fc1nu66trqhcm2i29214i34k2d&t=1768638644&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=17a99c5cac8949b950a65430189cc347e75e2926&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();