(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20260201&created_hour=00&dduuid=7a0d909db660b&device=0&device_type=desktop&os=Windows&ssid=cthjdu9u5vf7bt3jb06qks1720&t=1769875970&typeid=20&url_type=1&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7a2527ca51cd3468fec86e2212ff09f586845dfd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();