(function() { const u = '/apps/statistics.php?aid=165407&browser=IE&created_date=20260304&created_hour=10&dduuid=0106096cddeaf&device=0&device_type=desktop&os=Windows&ssid=rfa09mum0shsh225a88gc51fop&t=1772589971&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7d68f0b469fccf1fa005e23a3c3f020580b0df78&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();