(function() { const u = '/apps/statistics.php?aid=453522&browser=IE&created_date=20260305&created_hour=03&dduuid=2d86ad10bafdb&device=0&device_type=desktop&os=Windows&ssid=6n5jj3k7a50705jibep62j9lbh&t=1772653634&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=df158565ceec45aac9ae7a008afe3a9dc666cc5d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();