(function() { const u = '/apps/statistics.php?aid=440659&browser=IE&created_date=20260227&created_hour=01&dduuid=bc7fc060a3267&device=0&device_type=desktop&os=Windows&ssid=ate9tt13m8g276l0pl0kbn6hie&t=1772127784&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=191742f88c298f0542db8aae7ec5b3a95e196c02&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();