(function() { const u = '/apps/statistics.php?aid=455535&browser=IE&created_date=20260303&created_hour=17&dduuid=0fe4c358801e3&device=0&device_type=desktop&os=Windows&ssid=o6mtusi0vl4e4eihf8o96ifmjo&t=1772528718&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2b9fd9f671162d06617936d3d6bfa32c25e23693&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();