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