(function() { const u = '/apps/statistics.php?aid=454493&browser=IE&created_date=20260308&created_hour=19&dduuid=9772dd534f315&device=0&device_type=desktop&os=Windows&ssid=9l1bkpjopimfg5kjeah6tcard1&t=1772968369&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=216ad3eb6bdfd86af691f7067b9940b1723f8a99&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();