(function() { const u = '/apps/statistics.php?aid=405460&browser=IE&created_date=20260306&created_hour=18&dduuid=018568a0995c0&device=0&device_type=desktop&os=Windows&ssid=dgfgrnc1mklt56fh2sr9jb1p3m&t=1772793220&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=eb6e2f256f35af3931367ad89aea213068c173cf&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();