(function() { const u = '/apps/statistics.php?aid=444699&browser=IE&created_date=20260227&created_hour=14&dduuid=ee52aaac363ab&device=0&device_type=desktop&os=Windows&ssid=18023oulg5ukkt45g3p3nt756m&t=1772175438&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a0ecaa723ad4c2b5f05ebd01b96401e27def7468&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();