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