(function() { const u = '/apps/statistics.php?aid=276099&browser=IE&created_date=20260223&created_hour=23&dduuid=9f55f94ed4a14&device=0&device_type=desktop&os=Windows&ssid=ah38g72ja570q4sa7j4lotjq7a&t=1771860175&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8ccaaaa65fd402833c953a63fe012e30aa6814a3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();