(function() { const u = '/apps/statistics.php?aid=452529&browser=IE&created_date=20260305&created_hour=23&dduuid=1bc2e1de77b09&device=0&device_type=desktop&os=Windows&ssid=e80up1voa2vp3duqa3i6irlk2s&t=1772723046&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8ce231e534b5416348dfe0cbf4e6b2414557f389&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();