(function() { const u = '/apps/statistics.php?aid=440259&browser=IE&created_date=20260308&created_hour=09&dduuid=66a01bcafe12a&device=0&device_type=desktop&os=Windows&ssid=v4hs2q8bqu52cs8rcr0jq8p8br&t=1772933303&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7d0fc53d72ddfb7a58435c836d2b81f3de2b2922&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();