(function() { const u = '/apps/statistics.php?aid=324440&browser=IE&created_date=20260225&created_hour=19&dduuid=2ffcd4ec6b1a1&device=0&device_type=desktop&os=Windows&ssid=uuqhj61phh6ij943u3osg1a5t6&t=1772020704&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=755cbf06092151f53038bf330989aa03aca6a7d8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();