(function() { const u = '/apps/statistics.php?aid=450660&browser=IE&created_date=20260307&created_hour=10&dduuid=a9de99ef29ba5&device=0&device_type=desktop&os=Windows&ssid=brn67i5ts9ascclvnvtr3nqkgd&t=1772851441&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3e5becf75adb0bd170ce517f0aa40ff9eb7483b3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();