(function() { const u = '/apps/statistics.php?aid=363886&browser=IE&created_date=20260311&created_hour=11&dduuid=de0bb47e66de3&device=0&device_type=desktop&os=Windows&ssid=sv693ad0q1g0nc4mitcuhe3aog&t=1773198949&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8ca5f7f00cc0d3cbb5e32dcc744f059aed5ba942&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();