(function() { const u = '/apps/statistics.php?aid=448065&browser=IE&created_date=20260124&created_hour=09&dduuid=a42a044abce26&device=0&device_type=desktop&os=Windows&ssid=o14tk9sp1kt9hq3gtdd88aif1p&t=1769218559&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=71f98ae6a666fd6270d42d9736675bbe0309fd6e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();