(function() { const u = '/apps/statistics.php?aid=213766&browser=IE&created_date=20260227&created_hour=06&dduuid=1c4a2aafd8532&device=0&device_type=desktop&os=Windows&ssid=0qdq6o513rjalvtg0fmn3pcgbv&t=1772144993&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e6ec25ee1add637c7503edfce45fbc20655bf85c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();