(function() { const u = '/apps/statistics.php?aid=207323&browser=IE&created_date=20260114&created_hour=12&dduuid=c38c737a9f5ef&device=0&device_type=desktop&os=Windows&ssid=nvne99mh14blvmk1uhf5dbn2e8&t=1768364146&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0d0747de63c964d405107d842d4361baf28a943a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();