(function() { const u = '/apps/statistics.php?aid=443756&browser=IE&created_date=20260223&created_hour=21&dduuid=84cafb84ebc57&device=0&device_type=desktop&os=Windows&ssid=akrhcbk477n49gs0koim5e1bbd&t=1771854739&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=846932fbd76e17957868594ef31da0905cafb5b1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();