(function() { const u = '/apps/statistics.php?aid=444627&browser=IE&created_date=20260201&created_hour=02&dduuid=7d6d0455ecd43&device=0&device_type=desktop&os=Windows&ssid=2kbq1be4lrldbpqa6ga27sl9fd&t=1769885973&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3d33c875711be9832423cdfe1b8737ecc538446b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();