(function() { const u = '/apps/statistics.php?aid=210308&browser=IE&created_date=20251223&created_hour=16&dduuid=c7105a918926c&device=0&device_type=desktop&os=Windows&ssid=tcqgg7o2ab8c4nn4i1oua0ahq5&t=1766477598&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0af7e84dd4ed30bc284f8582af1bbdaf125e4707&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();