(function() { const u = '/apps/statistics.php?aid=98718&browser=IE&created_date=20260112&created_hour=00&dduuid=688a5caca6295&device=0&device_type=desktop&os=Windows&ssid=e2oleo58qp1n2o5kccf67ua3tm&t=1768150523&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7e026fd5638736f748f14674f020f22f745e3059&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();