(function() { const u = '/apps/statistics.php?aid=455283&browser=IE&created_date=20260305&created_hour=23&dduuid=ff7ae23152352&device=0&device_type=desktop&os=Windows&ssid=r3iohbr4hc3ap03pphi9a6n09u&t=1772725034&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=526ab79439e15ad5d651b479ead3bffedea3801a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();