(function() { const u = '/apps/statistics.php?aid=454972&browser=IE&created_date=20260306&created_hour=14&dduuid=604e3f87e5bda&device=0&device_type=desktop&os=Windows&ssid=epsninoll2ed3c1t2im4pdabn0&t=1772777404&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ca5b4095f5b907dc50378e7beaad09025a876164&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();