(function() { const u = '/apps/statistics.php?aid=454987&browser=IE&created_date=20260224&created_hour=07&dduuid=220b6d80f59ae&device=0&device_type=desktop&os=Windows&ssid=32vcivd18she7p63gs52tevvij&t=1771890760&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4c8a1113f02552bd99c7ea071669820afc819376&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();