(function() { const u = '/apps/statistics.php?aid=350502&browser=IE&created_date=20260114&created_hour=18&dduuid=b79d4a07cccc5&device=0&device_type=desktop&os=Windows&ssid=shesrgg29h8jilsaujio7gtpv0&t=1768387877&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=806527226b38d00c414522ef29741a9a0e6564b3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();