(function() { const u = '/apps/statistics.php?aid=29414&browser=IE&created_date=20260311&created_hour=02&dduuid=8440328a80b61&device=0&device_type=desktop&os=Windows&ssid=tvm1v992i9sreslbps1q4oikt3&t=1773166825&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d79eb0828fb7ecafe1fcf67e981a38278795a77a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();