(function() { const u = '/apps/statistics.php?aid=360674&browser=IE&created_date=20251226&created_hour=17&dduuid=0b26cfc1000d1&device=0&device_type=desktop&os=Windows&ssid=0tsv8din1383pcgf9nd3rrmrfn&t=1766741613&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=30942cb6abf7b642b76651abf26ab36c8603d259&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();