(function() { const u = '/apps/statistics.php?aid=460411&browser=IE&created_date=20260324&created_hour=01&dduuid=7056c8ab8013f&device=0&device_type=desktop&os=Windows&ssid=7o95dv9s4l4s9hqcad8063isb9&t=1774287854&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0a9368259a825c077a71011ff1312453b7188abd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();