(function() { const u = '/apps/statistics.php?aid=47134&browser=IE&created_date=20260311&created_hour=05&dduuid=3fae03a00ebf9&device=0&device_type=desktop&os=Windows&ssid=4j3lgdqlcck8m49f118fncp2rt&t=1773177735&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=db1faef481313fc773e177a0d800e75810018f19&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();