(function() { const u = '/apps/statistics.php?aid=442356&browser=IE&created_date=20260306&created_hour=15&dduuid=7d7c94eadb275&device=0&device_type=desktop&os=Windows&ssid=9rtp4u54dinl0tisllg3gs680p&t=1772780466&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c3493da290f7fef289f20d55f04d0ddcfc5f9f67&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();