(function() { const u = '/apps/statistics.php?aid=113136&browser=IE&created_date=20260307&created_hour=22&dduuid=087b2cab9f33b&device=0&device_type=desktop&os=Windows&ssid=7nnv29vija66bqbopchmffiqp9&t=1772892722&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=292c9070717de9e429ae364042b1e275dec23627&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();