(function() { const u = '/apps/statistics.php?aid=436273&browser=IE&created_date=20251226&created_hour=04&dduuid=256f7de3210b8&device=0&device_type=desktop&os=Windows&ssid=j5aq7hnikrvqcq25302icnukq0&t=1766695035&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4f52de4be2f4664acfe2dae394ee747907a0e4ee&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();