(function() { const u = '/apps/statistics.php?aid=381180&browser=IE&created_date=20260224&created_hour=15&dduuid=f4870ba7b23d8&device=0&device_type=desktop&os=Windows&ssid=91qo9l5ei6rgv1452crjlfgb4n&t=1771917152&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7b8aa7ee2a97e3ac17332cf1b3db0dfd152ab408&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();