(function() { const u = '/apps/statistics.php?aid=404403&browser=IE&created_date=20260311&created_hour=09&dduuid=9b4d70c4bfc07&device=0&device_type=desktop&os=Windows&ssid=27aaomgnf3jptc3ibqrn78mlhd&t=1773194110&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ea9c9dc1bd486748b982ed69e4a90a6bb60c7924&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();