(function() { const u = '/apps/statistics.php?aid=270969&browser=IE&created_date=20260224&created_hour=02&dduuid=bc6d9390703bf&device=0&device_type=desktop&os=Windows&ssid=5or59apecpdh99re6h7bvv9qag&t=1771870125&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a206c8f26d37371518fe23ae0b78f7984c749ab4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();