(function() { const u = '/apps/statistics.php?aid=435172&browser=IE&created_date=20260308&created_hour=00&dduuid=ca46a152f9c43&device=0&device_type=desktop&os=Windows&ssid=t80r8mhm3s3qg18klimil7mtvo&t=1772901396&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=311f2ff858bca8d6b84dd6f5a6b1cfcfc1c4f141&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();