(function() { const u = '/apps/statistics.php?aid=453033&browser=IE&created_date=20260225&created_hour=02&dduuid=0b754d177c719&device=0&device_type=desktop&os=Windows&ssid=ur4q9v34i535dkb3l3reg18ut0&t=1771956470&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=bcca3547be7255ef2f58f304d2bf096e9eef861c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();