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