(function() { const u = '/apps/statistics.php?aid=455138&browser=IE&created_date=20260303&created_hour=17&dduuid=bd81803cf058b&device=0&device_type=desktop&os=Windows&ssid=s4vrr5pi6haojt5fncai5saih2&t=1772529850&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5c0f3db52197d8fe38dc2d4664cd81a3f97fa13a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();