(function() { const u = '/apps/statistics.php?aid=334326&browser=IE&created_date=20260307&created_hour=11&dduuid=f9362970978a0&device=0&device_type=desktop&os=Windows&ssid=cd6k1rot3mbv62hn7pm0rh45me&t=1772855475&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d10fc43ef35441c85534244db0eb9062b8dd3db8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();