(function() { const u = '/apps/statistics.php?aid=262723&browser=IE&created_date=20260119&created_hour=10&dduuid=07e7d4f3a2dab&device=0&device_type=desktop&os=Windows&ssid=1lun1l9mlhgtphmq8all9r1lbe&t=1768791456&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=928ae7928268881caac5887079b575f13636aae7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();