(function() { const u = '/apps/statistics.php?aid=456141&browser=IE&created_date=20260227&created_hour=05&dduuid=0cd56e7efcbe7&device=0&device_type=desktop&os=Windows&ssid=9np7mmgbjkl70r930k27fs9o4k&t=1772142297&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=32e00e8272e32e13599df430affb20dd4e2ecc86&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();