(function() { const u = '/apps/statistics.php?aid=453524&browser=IE&created_date=20260224&created_hour=07&dduuid=dd3af665f273e&device=0&device_type=desktop&os=Windows&ssid=9hfje2e75g03p395as6j430vkg&t=1771890687&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2fcbd9d75523aa8065da8a7135c8c1b594757929&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();