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