(function() { const u = '/apps/statistics.php?aid=219228&browser=IE&created_date=20260226&created_hour=09&dduuid=f43f70c987829&device=0&device_type=desktop&os=Windows&ssid=7d9tr1u3al0u6vmr5932miku0p&t=1772070789&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=db9f66ab4caf2d3d14a97108d63846e41117dfd3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();