(function() { const u = '/apps/statistics.php?aid=439616&browser=IE&created_date=20260308&created_hour=06&dduuid=4eff089c94917&device=0&device_type=desktop&os=Windows&ssid=juh2j64c7v4sgr400n3l9eone2&t=1772921315&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d20ceb75c7d062cb1a9424a2fc9a8e1f2a3c1b5f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();