(function() { const u = '/apps/statistics.php?aid=267759&browser=IE&created_date=20260315&created_hour=05&dduuid=016f515fec797&device=0&device_type=desktop&os=Windows&ssid=t6ah1bvd1tgdl0js0bljtgi0t4&t=1773524050&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5f7fcfcfa08b484d00d4f872ce11b1a894ccae5e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();