(function() { const u = '/apps/statistics.php?aid=67624&browser=IE&created_date=20260224&created_hour=05&dduuid=1ee6bf637ef9f&device=0&device_type=desktop&os=Windows&ssid=hp42rdvheiiule92o1s3m52pog&t=1771881043&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=662867375b63191fb936580757b4c83c1ce3da2b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();