(function() { const u = '/apps/statistics.php?aid=262696&browser=IE&created_date=20260316&created_hour=02&dduuid=daa9875098efc&device=0&device_type=desktop&os=Windows&ssid=lsbsvgl4ja47r1d85liede5pao&t=1773599164&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=284dcf1157f017a90b5ec3e77433c8e8b0d61d1b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();