(function() { const u = '/apps/statistics.php?aid=455457&browser=IE&created_date=20260305&created_hour=19&dduuid=cef7acddc99ac&device=0&device_type=desktop&os=Windows&ssid=8q2u4ih4k6o2tabod42bvjc6ku&t=1772709638&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6358b230ce4172ecd05f178fe0d083a00dc0210b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();