(function() { const u = '/apps/statistics.php?aid=455307&browser=IE&created_date=20260223&created_hour=20&dduuid=79f23fe09f00e&device=0&device_type=desktop&os=Windows&ssid=4m4v8rtgr8j8korhpb3tf0eh0l&t=1771851026&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9c36493316cc3bb76a218569769382700ef5aedc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();