(function() { const u = '/apps/statistics.php?aid=434681&browser=IE&created_date=20260101&created_hour=17&dduuid=a0292b60874a9&device=0&device_type=desktop&os=Windows&ssid=pjhp08tkk5psv0p1gh1n9r6sr3&t=1767259396&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d1ea8871d4a1c49c62ab85925b8070e1e8125f14&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();